Update to Spring Data Lovelace-SR9

Fixes gh-7206
This commit is contained in:
Josh Cummings 2019-08-05 13:15:35 -06:00
parent 494bc52014
commit ecc66e9c75
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')) { if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR6' ext.springDataVersion = 'Lovelace-SR9'
} }
dependencyManagement { dependencyManagement {