Update to Spring Data Moore RC2

Fixes gh-7185
This commit is contained in:
Josh Cummings 2019-08-05 09:33:51 -06:00
parent 126e0bb82a
commit 8f2260639b
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
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-RC1'
ext.springDataVersion = 'Moore-RC2'
}
dependencyManagement {