Skip to content

Commit 66c8dac

Browse files
committed
GH-1191 - Upgrade to Spring Boot 4.0 snapshots.
1 parent 3aa0b25 commit 66c8dac

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
@@ -43,7 +43,7 @@
4343
<jmolecules-bom.version>2023.3.1</jmolecules-bom.version>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
46-
<spring-boot.version>3.5.0</spring-boot.version>
46+
<spring-boot.version>4.0.0-SNAPSHOT</spring-boot.version>
4747
<spring-framework.version>7.0.0-M4</spring-framework.version> <!-- For Javadoc links only -->
4848
<testcontainers.version>1.17.6</testcontainers.version>
4949
<structurizr.version>3.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>3.5.0</version>
7+
<version>4.0.0-SNAPSHOT</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)