Skip to content

Commit 797809d

Browse files
committed
GH-824 - Upgrade to Spring Boot 3.4 M3.
1 parent 4215b35 commit 797809d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<jmolecules-bom.version>2023.1.4</jmolecules-bom.version>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
45-
<spring-boot.version>3.4.0-M2</spring-boot.version>
45+
<spring-boot.version>3.4.0-M3</spring-boot.version>
4646
<spring-framework.version>6.2.0-M7</spring-framework.version> <!-- For Javadoc links only -->
4747
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
4848
<testcontainers.version>1.17.6</testcontainers.version>

spring-modulith-examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0-M2</version>
7+
<version>3.4.0-M3</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)