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

View File

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