diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 3d9b624b..bd2fdbc8 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -11,8 +11,9 @@ jobs: matrix: version: - '3.1.12' - - '3.1.13-SNAPSHOT' - - '3.2.8-SNAPSHOT' + - '3.2.12-SNAPSHOT' + - '3.3.5' + - '3.3.6-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest diff --git a/pom.xml b/pom.xml index 496b271b..62c850b1 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ UTF-8 UTF-8 6.1.13 - 3.2.10 + 3.2.11 3.0.4 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 3716db40..7f460ef3 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.2.10 + 3.2.11