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

Update to Spring Data Lovelace-SR6

Fixes: gh-6665
This commit is contained in:
Rob Winch
2019-04-02 09:19:41 -05:00
parent 4c530661e7
commit cd326df659
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR5'
ext.springDataVersion = 'Lovelace-SR6'
}
dependencyManagement {