Skip to content

Commit 9846775

Browse files
committed
Update to RSocket 1.0.1
Fixes gh-8664
1 parent 0e37c72 commit 9846775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (!project.hasProperty('springDataVersion')) {
1010
ext.springDataVersion = 'Moore-SR7'
1111
}
1212

13-
ext.rsocketVersion = '1.0.0'
13+
ext.rsocketVersion = '1.0.1'
1414

1515
dependencyManagement {
1616
imports {

0 commit comments

Comments
 (0)