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

View File

@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-SR19'
ext.springDataVersion = 'Lovelace-SR20'
}
dependencyManagement {