1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-M3'
ext.springDataVersion = 'Moore-M4'
}
dependencyManagement {