1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update to Spring Data Lovelace SR4

Fixes gh-6438
This commit is contained in:
Joe Grandja
2019-01-14 17:14:48 -05:00
parent 9d7f141b86
commit 9721ee9d4e
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR3'
ext.springDataVersion = 'Lovelace-SR4'
}
dependencyManagement {