Update to Spring Data Moore-SR7

Closes gh-8462
This commit is contained in:
Eleftheria Stein 2020-05-05 17:44:33 -04:00
parent 19a4386e49
commit 98922b001a
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-SR6'
ext.springDataVersion = 'Moore-SR7'
}
ext.rsocketVersion = '1.0.0-RC6'