Update to Spring Data Lovelace-SR12

Fixes gh-7617
This commit is contained in:
Rob Winch
2019-11-04 13:01:24 -06:00
parent dcb3b6940f
commit 62529278b5

View File

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