We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2462b commit 910a963Copy full SHA for 910a963
pom.xml
@@ -13,7 +13,7 @@
13
<parent>
14
<groupId>org.springframework.boot</groupId>
15
<artifactId>spring-boot-starter-parent</artifactId>
16
- <version>4.0.0-RC2</version>
+ <version>4.0.0</version>
17
</parent>
18
19
<modules>
@@ -39,8 +39,6 @@
39
<jvm.enable-preview></jvm.enable-preview>
40
<maven.compiler.source>25</maven.compiler.source>
41
<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>
44
</properties>
45
46
<profiles>
0 commit comments