Skip to content

Commit edecb47

Browse files
committed
Set springDataVersion to Neumann-SR+
Closes gh-9007
1 parent 8615c4a commit edecb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!project.hasProperty("springVersion")) {
77
}
88

99
if (!project.hasProperty("springDataVersion")) {
10-
ext.springDataVersion = "Moore-SR+"
10+
ext.springDataVersion = "Neumann-SR+"
1111
}
1212
if (!project.hasProperty("kotlinVersion")) {
1313
ext.kotlinVersion = "1.+"

0 commit comments

Comments
 (0)