Skip to content

Commit

Permalink
GH-774 - Upgrade to Spring Framework 6.2 M7.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 23, 2024
1 parent b81da38 commit b17a8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<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-framework.version>6.2.0-M7</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>

</properties>

Expand Down
1 change: 0 additions & 1 deletion spring-modulith-events/spring-modulith-events-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<properties>
<module.name>org.springframework.modulith.events.jdbc</module.name>
<testcontainers.version>1.17.3</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit b17a8fc

Please sign in to comment.