1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Upgrade Spring Data to Lovelace-SR11

This commit is contained in:
Filip Hanik
2019-09-30 12:57:14 -07:00
parent 9393017e3f
commit cdeeb27b51
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-RC3'
ext.springDataVersion = 'Lovelace-SR11'
}
ext.rsocketVersion = '1.0.0-RC3'