1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Update to Spring Data Moore-SR7

Closes gh-8462
This commit is contained in:
Eleftheria Stein
2020-05-05 17:44:33 -04:00
parent 19a4386e49
commit 98922b001a
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-SR6'
ext.springDataVersion = 'Moore-SR7'
}
ext.rsocketVersion = '1.0.0-RC6'