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

View File

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