Update to Spring Data Moore-SR6

Fixes gh-8248
This commit is contained in:
Eleftheria Stein 2020-04-01 09:09:06 -04:00
parent 6a9585dc0d
commit 774dd7bb13

View File

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