1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Update to Spring Data Moore-SR6

Fixes gh-8248
This commit is contained in:
Eleftheria Stein
2020-04-01 09:09:06 -04:00
parent 6a9585dc0d
commit 774dd7bb13
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-SR3'
ext.springDataVersion = 'Moore-SR6'
}
ext.rsocketVersion = '1.0.0-RC5'