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 38be0849cd
commit a5abbac398
1 changed files with 1 additions and 1 deletions

View File

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