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

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'