Update to Spring Data Moore-SR1

Fixes gh-7604
This commit is contained in:
Rob Winch 2019-11-04 09:25:27 -06:00
parent f5704a8960
commit 34daf4eeba
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
} }
if (!project.hasProperty('springDataVersion')) { if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-RELEASE' ext.springDataVersion = 'Moore-SR1'
} }
ext.rsocketVersion = '1.0.0-RC5' ext.rsocketVersion = '1.0.0-RC5'