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

Update to Spring Data Moore-SR9

Closes gh-8918
This commit is contained in:
Eleftheria Stein
2020-08-05 11:23:21 +02:00
parent 8dfe0fa815
commit 22a1bce83c
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-SR7'
ext.springDataVersion = 'Moore-SR9'
}
ext.rsocketVersion = '1.0.1'