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.
2 parents 4298422 + a1f4440 commit 3cd9872Copy full SHA for 3cd9872
build.gradle
@@ -38,8 +38,8 @@ subprojects {
38
sourceCompatibility = 1.8
39
targetCompatibility = 1.8
40
41
- ext['reactor-bom.version'] = 'Californium-SR2'
42
- ext['rsocket.version'] = '0.11.11'
+ ext['reactor-bom.version'] = 'Californium-SR1'
+ ext['rsocket.version'] = '0.11.12'
43
44
ext['protobuf.version'] = '3.6.1'
45
ext['log4j.version'] = '2.9.0'
gradle.properties
@@ -1,2 +1,2 @@
1
group=io.rsocket.rpc
2
-version=0.2.5
+version=0.2.6
0 commit comments