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

Update to Spring Data Lovelace-SR3

Fixes: gh-6154
This commit is contained in:
Rob Winch
2018-11-27 16:25:42 -06:00
parent 38be0849cd
commit a5abbac398
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR1'
ext.springDataVersion = 'Lovelace-SR3'
}
dependencyManagement {