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