We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f835ca commit 5701d73Copy full SHA for 5701d73
build.gradle
@@ -34,7 +34,7 @@ subprojects {
34
targetCompatibility = 1.8
35
36
ext['reactor-bom.version'] = 'Californium-SR5'
37
- ext['rsocket.version'] = '0.11.16'
+ ext['rsocket.version'] = '0.11.17.2'
38
39
ext['protobuf.version'] = '3.6.1'
40
ext['log4j.version'] = '2.9.0'
gradle.properties
@@ -1,2 +1,2 @@
1
group=io.rsocket.rpc
2
-version=0.2.13.2
+version=0.2.13.3
0 commit comments