GH-907 - Upgrade to Spring Boot 3.4 RC1.

This commit is contained in:
Oliver Drotbohm
2024-10-26 14:45:54 +02:00
parent a5348116b1
commit 49a3c6cc1a
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -43,7 +43,7 @@
<jmolecules-bom.version>2023.1.7</jmolecules-bom.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>3.4.0-SNAPSHOT</spring-boot.version>
<spring-boot.version>3.4.0-RC1</spring-boot.version>
<spring-framework.version>6.2.0-RC3</spring-framework.version> <!-- For Javadoc links only -->
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
<testcontainers.version>1.17.6</testcontainers.version>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0-RC1</version>
<relativePath />
</parent>