Update to Spring Data Lovelace SR1

Fixes: gh-5949
This commit is contained in:
Rob Winch 2018-10-15 06:29:42 -05:00
parent ad05c756de
commit d40a8e09c3
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-RELEASE'
ext.springDataVersion = 'Lovelace-SR1'
}
dependencyManagement {