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

Update to Spring Data Moore-SR10

Closes gh-9088
This commit is contained in:
Eleftheria Stein
2020-10-02 17:11:44 +02:00
parent 5d0eb32f4d
commit dba3dacc19
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-SR9'
ext.springDataVersion = 'Moore-SR10'
}
ext.rsocketVersion = '1.0.1'