Update to Spring Data Moore-SR9

Closes gh-8918
This commit is contained in:
Eleftheria Stein 2020-08-05 11:23:21 +02:00
parent 8dfe0fa815
commit 22a1bce83c
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-SR7'
ext.springDataVersion = 'Moore-SR9'
}
ext.rsocketVersion = '1.0.1'