Skip to content

Commit 8fead28

Browse files
committed
GH-1459 - Upgrade to Spring Boot 4.0.
1 parent dfe72c8 commit 8fead28

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
@@ -46,7 +46,7 @@
4646
<nullaway.version>0.12.10</nullaway.version>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
49-
<spring-boot.version>4.0.0-SNAPSHOT</spring-boot.version>
49+
<spring-boot.version>4.0.0</spring-boot.version>
5050
<spring-framework.version>7.0.1</spring-framework.version> <!-- For Javadoc links only -->
5151
<testcontainers.version>2.0.2</testcontainers.version>
5252
<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</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)