diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 97190401..d7a339c8 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,9 +10,11 @@ jobs: strategy: matrix: version: - - '3.1.7' - - '3.1.8-SNAPSHOT' - - '3.2.2-SNAPSHOT' + - '3.1.10' + - '3.1.11-SNAPSHOT' + - '3.2.4' + - '3.2.5-SNAPSHOT' + - '3.3.0-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest diff --git a/pom.xml b/pom.xml index 5d22ef38..c802b39d 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ 1.18.30 UTF-8 UTF-8 - 3.3.0-M2 - 6.1.4 + 3.3.0-M3 + 6.1.5 3.1.0 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 43ebb2c9..3af17b53 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.0-M2 + 3.3.0-M3 @@ -26,7 +26,7 @@ 17 2023.1.2 - 3.3.0-M2 + 3.3.0-M3