Skip to content

Commit 284e63d

Browse files
committed
GH-1191 - Upgrade to Spring Boot 4 M1.
1 parent c05661f commit 284e63d

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
@@ -47,7 +47,7 @@
4747
<nullaway.version>0.12.7</nullaway.version>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
50-
<spring-boot.version>4.0.0-SNAPSHOT</spring-boot.version>
50+
<spring-boot.version>4.0.0-M1</spring-boot.version>
5151
<spring-framework.version>7.0.0-SNAPSHOT</spring-framework.version> <!-- For Javadoc links only -->
5252
<testcontainers.version>1.21.3</testcontainers.version>
5353
<structurizr.version>4.1.0</structurizr.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>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0-M1</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)