Skip to content

Commit 9eff26f

Browse files
committed
Upgrade to Spring Data 2025.1.0-RC2.
See #693
1 parent 0afcd97 commit 9eff26f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
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-RC1</spring-data-bom.version>
43-
<spring-framework.version>7.0.0-RC1</spring-framework.version>
42+
<spring-data-bom.version>2025.1.0-RC2</spring-data-bom.version>
43+
<spring-framework.version>7.0.0-RC3</spring-framework.version>
4444
</properties>
4545

4646
<profiles>

0 commit comments

Comments
 (0)