Update to Spring Data Moore-RC1

Fixes gh-7008
This commit is contained in:
Eleftheria Stein 2019-06-14 10:58:06 -04:00
parent 609228de5f
commit a01ef4d215
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 = 'Moore-M4'
ext.springDataVersion = 'Moore-RC1'
}
dependencyManagement {