Update to RSocket 1.0.5

Closes gh-9959
This commit is contained in:
Eleftheria Stein 2021-06-21 11:12:22 +02:00
parent 6afe47f164
commit dabe2bacb0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-SR13'
}
ext.rsocketVersion = '1.0.4'
ext.rsocketVersion = '1.0.5'
dependencyManagement {
imports {