1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Update to Spring Data Lovelace-SR5

Fixes: gh-6529
This commit is contained in:
Josh Cummings
2019-02-13 09:11:01 -07:00
parent 16d5566cd6
commit 9f514753d5
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR4'
ext.springDataVersion = 'Lovelace-SR5'
}
dependencyManagement {