Update to Spring Data Lovelace-SR19

Closes gh-8934
This commit is contained in:
Josh Cummings 2020-08-05 06:55:56 -06:00
parent ca272e4267
commit 4f0172d0f0
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-SR17'
ext.springDataVersion = 'Lovelace-SR19'
}
dependencyManagement {