GH-1203 - Upgrade to Spring Boot 3.5.
This commit is contained in:
10
.github/workflows/integration.yaml
vendored
10
.github/workflows/integration.yaml
vendored
@@ -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'
|
||||
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user