Update to RSocket 1.0.1

Fixes gh-8664
This commit is contained in:
Eleftheria Stein 2020-06-08 17:18:33 -04:00
parent 0e37c722e2
commit 98467755ad
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'
ext.rsocketVersion = '1.0.1'
dependencyManagement {
imports {