We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fc6d5 commit bc16730Copy full SHA for bc16730
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.18'
+ ext['rsocket.version'] = '0.11.21'
38
39
ext['protobuf.version'] = '3.6.1'
40
ext['log4j.version'] = '2.11.2'
gradle.properties
@@ -1,2 +1,2 @@
1
group=io.rsocket.rpc
2
-version=0.2.15
+version=0.2.16
0 commit comments