Skip to content

Commit b17a8fc

Browse files
committed
GH-774 - Upgrade to Spring Framework 6.2 M7.
1 parent b81da38 commit b17a8fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4343
<spring-boot.version>3.4.0-M2</spring-boot.version>
44-
<spring-framework.version>6.2.0-M6</spring-framework.version> <!-- For Javadoc links only -->
44+
<spring-framework.version>6.2.0-M7</spring-framework.version> <!-- For Javadoc links only -->
4545
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
46+
<testcontainers.version>1.17.6</testcontainers.version>
4647

4748
</properties>
4849

spring-modulith-events/spring-modulith-events-jdbc/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<properties>
1515
<module.name>org.springframework.modulith.events.jdbc</module.name>
16-
<testcontainers.version>1.17.3</testcontainers.version>
1716
</properties>
1817

1918
<dependencyManagement>

0 commit comments

Comments
 (0)