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

Update to Spring Data Lovelace RC2

Fixes: gh-5700
This commit is contained in:
Rob Winch
2018-08-20 06:30:18 -05:00
parent 7c5c274854
commit eecb01abb2
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-RC1'
ext.springDataVersion = 'Lovelace-RC2'
}
dependencyManagement {