1
0
mirror of synced 2026-07-20 01:55:08 +00:00

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
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR9'
ext.springDataVersion = 'Lovelace-SR12'
}
dependencyManagement {