1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Update to Spring Data Lovelace-SR16

Fixes gh-8282
This commit is contained in:
Eleftheria Stein
2020-04-01 10:59:11 -04:00
parent 7aea459535
commit 332e8ce07a
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR15'
ext.springDataVersion = 'Lovelace-SR16'
}
dependencyManagement {