Update to Spring Data Moore-SR13

Closes gh-9601
This commit is contained in:
Eleftheria Stein 2021-04-12 10:52:09 +02:00
parent 6db79b70e6
commit fb7efffad3
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-SR12' ext.springDataVersion = 'Moore-SR13'
} }
ext.rsocketVersion = '1.0.3' ext.rsocketVersion = '1.0.3'