From 49a3c6cc1ac25583e6eef2f9bbb8d9bdccdba300 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 26 Oct 2024 14:45:54 +0200 Subject: [PATCH] GH-907 - Upgrade to Spring Boot 3.4 RC1. --- .github/workflows/integration.yaml | 8 ++++---- pom.xml | 2 +- spring-modulith-examples/pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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