GH-1203 - Upgrade to Spring Boot 3.5.

This commit is contained in:
Oliver Drotbohm
2025-05-23 09:34:52 +02:00
parent 67b26e9197
commit b318a7eeee
3 changed files with 7 additions and 7 deletions

View File

@@ -12,11 +12,11 @@ jobs:
boot:
- '3.1.12'
- '3.2.12'
- '3.3.10'
- '3.3.11-SNAPSHOT'
- '3.4.4'
- '3.4.5-SNAPSHOT'
- '3.5.0-SNAPSHOT'
- '3.3.12'
- '3.3.13-SNAPSHOT'
- '3.4.6'
- '3.4.7-SNAPSHOT'
- '3.5.1-SNAPSHOT'
jmolecules:
- '2025.0.0-RC3'

View File

@@ -43,7 +43,7 @@
<jmolecules-bom.version>2023.3.1</jmolecules-bom.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>3.5.0-RC1</spring-boot.version>
<spring-boot.version>3.5.0</spring-boot.version>
<spring-framework.version>6.2.7</spring-framework.version> <!-- For Javadoc links only -->
<testcontainers.version>1.17.6</testcontainers.version>
<structurizr.version>3.1.0</structurizr.version>

View File

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