File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11group =io.rsocket.rpc
2- version =0.2.1
2+ version =0.2.0
Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ dependencies {
8080 testCompile ' junit:junit:4.12'
8181
8282 testCompile ' javax.inject:javax.inject:1'
83- testCompile ' io.projectreactor:reactor-test:3.1.9 .RELEASE'
83+ testCompile ' io.projectreactor:reactor-test:3.1.7 .RELEASE'
8484 testCompile ' com.google.protobuf:protobuf-java:3.6.0'
8585 testCompile ' org.hdrhistogram:HdrHistogram:2.1.10'
8686 testCompile ' org.apache.logging.log4j:log4j-api:2.8.2'
8787 testCompile ' org.apache.logging.log4j:log4j-core:2.8.2'
8888 testCompile ' org.apache.logging.log4j:log4j-slf4j-impl:2.8.2'
89- testCompile ' io.rsocket:rsocket-transport-netty:0.11.6 '
90- testCompile ' io.rsocket:rsocket-transport-local:0.11.6 '
89+ testCompile ' io.rsocket:rsocket-transport-netty:0.11.5 '
90+ testCompile ' io.rsocket:rsocket-transport-local:0.11.5 '
9191 testCompile ' org.mockito:mockito-all:1.10.19'
9292}
9393
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
1010 compile ' io.opentracing:opentracing-api:0.31.0'
1111 compile ' javax.inject:javax.inject:1'
1212 compile ' com.google.protobuf:protobuf-java:3.6.0'
13- compile ' io.rsocket:rsocket-core:0.11.6 '
14- compile ' io.rsocket:rsocket-transport-netty:0.11.6 '
15- compile ' io.micrometer:micrometer-core:1.0.6 '
13+ compile ' io.rsocket:rsocket-core:0.11.5 '
14+ compile ' io.rsocket:rsocket-transport-netty:0.11.5 '
15+ compile ' io.micrometer:micrometer-core:1.0.3 '
1616
1717 protobuf project(' :rsocket-rpc-metrics-idl' )
1818
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ sourceCompatibility = 1.8
5454targetCompatibility = 1.8
5555
5656dependencies {
57- compileOnly ' io.projectreactor:reactor-core:3.1.9 .RELEASE'
57+ compileOnly ' io.projectreactor:reactor-core:3.1.7 .RELEASE'
5858 compileOnly ' com.google.protobuf:protobuf-java:3.6.0'
5959 compileOnly ' javax.inject:javax.inject:1'
6060}
You can’t perform that action at this time.
0 commit comments