Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit b9efe35

Browse files
committed
upgrade to latest rsocket dependencies
1 parent 553cb2f commit b9efe35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ subprojects {
3434
apply plugin: 'maven-publish'
3535

3636
ext['reactor-bom.version'] = 'Californium-SR1'
37-
ext['rsocket.version'] = '0.11.13.BUILD-SNAPSHOT'
38-
ext['rsocket-rpc.version'] = '0.2.4'
37+
ext['rsocket.version'] = '0.11.12'
38+
ext['rsocket-rpc.version'] = '0.2.6'
3939

4040
ext['jackson.version'] = '2.9.7'
4141
ext['jackson-protobuf.version'] = '0.9.10-jackson2.9-proto3'

0 commit comments

Comments
 (0)