Update to Spring Data Moore-M3

Fixes gh-6769
This commit is contained in:
Joe Grandja 2019-04-11 09:56:49 -04:00
parent 4108d00827
commit 308bbf680e
1 changed files with 1 additions and 1 deletions

View File

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