Skip to content

Commit 910a963

Browse files
committed
Upgrade to Spring Boot 4.0.
Closes #693
1 parent cd2462b commit 910a963

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>4.0.0-RC2</version>
16+
<version>4.0.0</version>
1717
</parent>
1818

1919
<modules>
@@ -39,8 +39,6 @@
3939
<jvm.enable-preview></jvm.enable-preview>
4040
<maven.compiler.source>25</maven.compiler.source>
4141
<maven.compiler.target>25</maven.compiler.target>
42-
<spring-data-bom.version>2025.1.0-RC2</spring-data-bom.version>
43-
<spring-framework.version>7.0.0-RC3</spring-framework.version>
4442
</properties>
4543

4644
<profiles>

0 commit comments

Comments
 (0)