1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Update to Spring Data Lovelace-SR19

Closes gh-8934
This commit is contained in:
Josh Cummings
2020-08-05 06:55:56 -06:00
parent ca272e4267
commit 4f0172d0f0
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR17'
ext.springDataVersion = 'Lovelace-SR19'
}
dependencyManagement {