This repository was archived by the owner on May 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ dependencies {
99 compile ' com.google.protobuf:protobuf-java:3.5.0'
1010 compile ' com.google.protobuf:protobuf-java-util:3.5.0'
1111
12- compile ' io.rsocket:rsocket-core:0.11.1 '
13- compile ' io.rsocket:rsocket-transport-netty:0.11.1 '
12+ compile ' io.rsocket:rsocket-core:0.11.2 '
13+ compile ' io.rsocket:rsocket-transport-netty:0.11.2 '
1414 compile ' io.micrometer:micrometer-core:1.0.3'
1515}
1616
Original file line number Diff line number Diff line change 11group =io.netifi.proteus
2- version =0.6.0
2+ version =0.6.1
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ dependencies {
5757 testCompile ' org.apache.logging.log4j:log4j-api:2.8.2'
5858 testCompile ' org.apache.logging.log4j:log4j-core:2.8.2'
5959 testCompile ' org.apache.logging.log4j:log4j-slf4j-impl:2.8.2'
60- testCompile ' io.rsocket:rsocket-transport-netty:0.11.1 '
61- testCompile ' io.rsocket:rsocket-transport-local:0.11.1 '
60+ testCompile ' io.rsocket:rsocket-transport-netty:0.11.2 '
61+ testCompile ' io.rsocket:rsocket-transport-local:0.11.2 '
6262 testCompile ' org.mockito:mockito-all:1.10.19'
6363}
6464
You can’t perform that action at this time.
0 commit comments