Skip to content

Commit

Permalink
GH-1073 - Upgrade to Spring Boot 3.5 M2.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Feb 22, 2025
1 parent c7bf5f1 commit efc99f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
boot:
- '3.1.12'
- '3.2.12'
- '3.3.7'
- '3.3.8-SNAPSHOT'
- '3.4.1-SNAPSHOT'
- '3.3.9'
- '3.3.10-SNAPSHOT'
- '3.4.3'
- '3.4.4-SNAPSHOT'
- '3.5.0-SNAPSHOT'
jmolecules:
- '2023.2.1'
- '2025.0.0-RC2'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<jmolecules-bom.version>2023.2.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-M1</spring-boot.version>
<spring-boot.version>3.5.0-M2</spring-boot.version>
<spring-framework.version>6.2.3</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>
Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.0-M1</version>
<version>3.5.0-M2</version>
<relativePath />
</parent>

Expand Down

0 comments on commit efc99f1

Please sign in to comment.