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 553cb2f commit b9efe35Copy full SHA for b9efe35
1 file changed
build.gradle
@@ -34,8 +34,8 @@ subprojects {
34
apply plugin: 'maven-publish'
35
36
ext['reactor-bom.version'] = 'Californium-SR1'
37
- ext['rsocket.version'] = '0.11.13.BUILD-SNAPSHOT'
38
- ext['rsocket-rpc.version'] = '0.2.4'
+ ext['rsocket.version'] = '0.11.12'
+ ext['rsocket-rpc.version'] = '0.2.6'
39
40
ext['jackson.version'] = '2.9.7'
41
ext['jackson-protobuf.version'] = '0.9.10-jackson2.9-proto3'
0 commit comments