diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 9b28337b..53dae4bd 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,10 +10,10 @@ jobs: strategy: matrix: version: - - '3.2.8' - - '3.2.10-SNAPSHOT' - - '3.3.3' - - '3.3.4-SNAPSHOT' + - '3.2.11' + - '3.2.12-SNAPSHOT' + - '3.3.5' + - '3.3.6-SNAPSHOT' - '3.4.0-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest diff --git a/pom.xml b/pom.xml index ffe94eca..109eb6f3 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 2023.1.7 UTF-8 UTF-8 - 3.4.0-SNAPSHOT + 3.4.0-RC1 6.2.0-RC3 3.1.1 1.17.6 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 197f35a2..723e518f 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.4.0-SNAPSHOT + 3.4.0-RC1