Skip to content

Commit

Permalink
GH-772 - Upgrade to Spring Boot 3.4 M2.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 23, 2024
1 parent 40ecf14 commit 58f0381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<jmolecules-bom.version>2023.1.4</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-M1</spring-boot.version>
<spring-boot.version>3.4.0-M2</spring-boot.version>
<spring-framework.version>6.2.0-M6</spring-framework.version> <!-- For Javadoc links only -->
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.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.3.0</version>
<version>3.4.0-M2</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 58f0381

Please sign in to comment.