Update to RSocket 1.0.3

Closes gh-9239
This commit is contained in:
Josh Cummings 2020-12-02 15:23:55 -07:00
parent 7498ad95a1
commit 5342133494
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -10,7 +10,7 @@ if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Moore-SR11'
}
ext.rsocketVersion = '1.0.2'
ext.rsocketVersion = '1.0.3'
dependencyManagement {
imports {