Update RSocket to 1.0.0-RC7

Closes gh-8468
This commit is contained in:
Eleftheria Stein 2020-05-05 17:45:37 -04:00
parent 98922b001a
commit ba78fae246
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-SR7'
}
ext.rsocketVersion = '1.0.0-RC6'
ext.rsocketVersion = '1.0.0-RC7'
dependencyManagement {
imports {