Update RSocket to 1.0.0-RC6

Fixes gh-8256
This commit is contained in:
Eleftheria Stein 2020-04-01 09:14:38 -04:00
parent a02cd9d9e3
commit a57f4bb025
1 changed files with 1 additions and 1 deletions

View File

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