Update to Spring Data Moore-SR10

Closes gh-9088
This commit is contained in:
Eleftheria Stein 2020-10-02 17:11:44 +02:00
parent 5d0eb32f4d
commit dba3dacc19
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-SR9'
ext.springDataVersion = 'Moore-SR10'
}
ext.rsocketVersion = '1.0.1'