1
0
mirror of synced 2026-08-04 09:17:02 +00:00

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