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

Commit cd1b9d5

Browse files
committed
Update bintray repo for rsocket-rpc
1 parent 15a3448 commit cd1b9d5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

gradle/java.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ task ciVersion {
3535
build.dependsOn ciVersion
3636

3737
ext {
38-
rsocketRpcVersion = '0.2.3'
38+
rsocketRpcVersion = '0.2.4'
3939
protobufVersion = '3.6.1'
4040
}
4141

4242
repositories {
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

proteus-frames/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
compile 'io.rsocket:rsocket-core:0.11.7'
2+
compile 'io.rsocket:rsocket-core:0.11.9'
33
}

0 commit comments

Comments
 (0)