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 cd48b83 commit c9cee99Copy full SHA for c9cee99
build.gradle
@@ -34,7 +34,7 @@ subprojects {
34
targetCompatibility = 1.8
35
36
ext['reactor-bom.version'] = 'Californium-SR5'
37
- ext['rsocket.version'] = '0.12.2-RC1'
+ ext['rsocket.version'] = '0.12.2-RC2'
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.17
+version=0.2.18
0 commit comments