Update to Spring Data Lovelace-SR5

Fixes: gh-6529
This commit is contained in:
Josh Cummings 2019-02-13 09:11:01 -07:00
parent 16d5566cd6
commit 9f514753d5
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

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