Skip to content

Commit 6eecb9d

Browse files
committed
GH-1105 - Upgrade to Spring Boot 3.5 M3.
1 parent eb72e18 commit 6eecb9d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/integration.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
boot:
1313
- '3.1.12'
1414
- '3.2.12'
15-
- '3.3.9'
16-
- '3.3.10-SNAPSHOT'
17-
- '3.4.3'
18-
- '3.4.4-SNAPSHOT'
15+
- '3.3.10'
16+
- '3.3.11-SNAPSHOT'
17+
- '3.4.4'
18+
- '3.4.5-SNAPSHOT'
1919
- '3.5.0-SNAPSHOT'
2020
jmolecules:
2121
- '2023.2.1'

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<jmolecules-bom.version>2023.2.1</jmolecules-bom.version>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
46-
<spring-boot.version>3.5.0-M2</spring-boot.version>
46+
<spring-boot.version>3.5.0-M3</spring-boot.version>
4747
<spring-framework.version>6.2.5</spring-framework.version> <!-- For Javadoc links only -->
4848
<testcontainers.version>1.17.6</testcontainers.version>
4949
<structurizr.version>3.1.0</structurizr.version>

Diff for: spring-modulith-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.5.0-M2</version>
7+
<version>3.5.0-M3</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)