Update to Spring Data Lovelace-SR3

Fixes: gh-6154
This commit is contained in:
Rob Winch 2018-11-27 16:25:42 -06:00
parent ae471e1456
commit 1542835268

View File

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