Update to Spring Data Moore SR3

Fixes gh-7895
This commit is contained in:
Joe Grandja 2020-02-04 13:40:39 -05:00
parent ce6a0368bd
commit dbc43fb47d

View File

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