From 72e33fca5fe8a36d2b2e512b667c31fe4ae025bc Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 3 Nov 2023 08:17:30 +0100 Subject: [PATCH] GH-354 - Upgrade to Spring Boot 3.2 RC2. Also, let only examples run on integration versions. --- .github/workflows/integration.yaml | 5 ++++- pom.xml | 4 ++-- spring-modulith-examples/pom.xml | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 5b8b09fb..2bd276d6 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -33,4 +33,7 @@ jobs: GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }} GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} - run: ./mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }} + run: | + cd spring-modulith-examples + ../mvnw -B versions:update-parent -DskipResolution=true -DparentVersion=${{ matrix.version }} + ../mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }} diff --git a/pom.xml b/pom.xml index 8aaccc37..7ee9c9c7 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ 1.18.30 UTF-8 UTF-8 - 6.1.0-RC1 - 3.2.0-RC1 + 6.1.0-RC2 + 3.2.0-RC2 3.0.2 diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index a75df8c5..255d05b8 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.0-RC1 + 3.2.0-RC2 @@ -25,7 +25,7 @@ 17 - 3.2.0-RC1 + 3.2.0-RC2