Update to Spring Data Moore RC3

Fixes gh-7386
This commit is contained in:
Josh Cummings 2019-09-06 06:25:57 -06:00
parent 93cda94969
commit 0473730f7f
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-RC2'
ext.springDataVersion = 'Moore-RC3'
}
ext.rsocketVersion = '1.0.0-RC3'