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

Update to Spring Data Lovelace-SR20

Closes gh-9073
This commit is contained in:
Eleftheria Stein
2020-10-02 10:38:15 +02:00
parent 517f566940
commit 1c06403bb4
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR19'
ext.springDataVersion = 'Lovelace-SR20'
}
dependencyManagement {