This repository was archived by the owner on May 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,14 @@ task ciVersion {
3535build. dependsOn ciVersion
3636
3737ext {
38- rsocketRpcVersion = ' 0.2.3 '
38+ rsocketRpcVersion = ' 0.2.4 '
3939 protobufVersion = ' 3.6.1'
4040}
4141
4242repositories {
4343 jcenter()
44- mavenLocal()
4544 maven {
46- url = ' https://dl.bintray.com/netifi/netifi-oss '
45+ url = ' https://dl.bintray.com/rsocket-admin/RSocket '
4746 }
4847}
4948
@@ -88,14 +87,14 @@ dependencies {
8887 testCompile ' junit:junit:4.12'
8988
9089 testCompile ' javax.inject:javax.inject:1'
91- testCompile ' io.projectreactor:reactor-test:3.2.0 .RELEASE'
90+ testCompile ' io.projectreactor:reactor-test:3.2.1 .RELEASE'
9291 testCompile " com.google.protobuf:protobuf-java:$protobufVersion "
9392 testCompile ' org.hdrhistogram:HdrHistogram:2.1.10'
9493 testCompile ' org.apache.logging.log4j:log4j-api:2.9.0'
9594 testCompile ' org.apache.logging.log4j:log4j-core:2.9.0'
9695 testCompile ' org.apache.logging.log4j:log4j-slf4j-impl:2.9.0'
97- testCompile ' io.rsocket:rsocket-transport-netty:0.11.8 '
98- testCompile ' io.rsocket:rsocket-transport-local:0.11.8 '
96+ testCompile ' io.rsocket:rsocket-transport-netty:0.11.9 '
97+ testCompile ' io.rsocket:rsocket-transport-local:0.11.9 '
9998 testCompile ' org.mockito:mockito-all:1.10.19'
10099}
101100
Original file line number Diff line number Diff line change 11dependencies {
2- compile ' io.rsocket:rsocket-core:0.11.7 '
2+ compile ' io.rsocket:rsocket-core:0.11.9 '
33}
You can’t perform that action at this time.
0 commit comments