Update to Spring Data Moore-M4

Fixes gh-6992
This commit is contained in:
Eleftheria Stein 2019-06-13 11:16:38 -04:00 committed by Josh Cummings
parent 81b28d9afa
commit 351e3aa881

View File

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