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

View File

@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-RC1'
ext.springDataVersion = 'Lovelace-RC2'
}
dependencyManagement {