diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 529c157b..cd99ca61 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -9,7 +9,7 @@ jobs: integration: strategy: matrix: - version: ['3.0.13', '3.0.14-SNAPSHOT', '3.1.12-SNAPSHOT', '3.2.5', '3.2.6-SNAPSHOT'] + version: ['3.0.13', '3.0.14-SNAPSHOT', '3.1.13-SNAPSHOT', '3.2.5', '3.2.6-SNAPSHOT'] name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest diff --git a/pom.xml b/pom.xml index 9161f85c..b45cd6b6 100644 --- a/pom.xml +++ b/pom.xml @@ -39,9 +39,9 @@ 2023.1.3 UTF-8 UTF-8 - 6.0.19 + 6.0.21 0.0.7 - 3.1.11 + 3.1.12 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 5101490e..5b83e7f0 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.1.11 + 3.1.12