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

Commit 66550ab

Browse files
committed
Update dependencies
1 parent 6bf85c1 commit 66550ab

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

gradle/java.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ dependencies {
8383
testCompile 'junit:junit:4.12'
8484

8585
testCompile 'javax.inject:javax.inject:1'
86-
testCompile 'io.projectreactor:reactor-test:3.1.7.RELEASE'
86+
testCompile 'io.projectreactor:reactor-test:3.1.9.RELEASE'
8787
testCompile 'com.google.protobuf:protobuf-java:3.6.0'
8888
testCompile 'org.hdrhistogram:HdrHistogram:2.1.10'
89-
testCompile 'org.apache.logging.log4j:log4j-api:2.8.2'
90-
testCompile 'org.apache.logging.log4j:log4j-core:2.8.2'
91-
testCompile 'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2'
92-
testCompile 'io.rsocket:rsocket-transport-netty:0.11.5'
93-
testCompile 'io.rsocket:rsocket-transport-local:0.11.5'
89+
testCompile 'org.apache.logging.log4j:log4j-api:2.9.0'
90+
testCompile 'org.apache.logging.log4j:log4j-core:2.9.0'
91+
testCompile 'org.apache.logging.log4j:log4j-slf4j-impl:2.9.0'
92+
testCompile 'io.rsocket:rsocket-transport-netty:0.11.6'
93+
testCompile 'io.rsocket:rsocket-transport-local:0.11.6'
9494
testCompile 'org.mockito:mockito-all:1.10.19'
9595
}
9696

proteus-auth/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.netty:netty-buffer:4.1.24.Final'
2+
compile 'io.netty:netty-buffer:4.1.29.Final'
33
}

proteus-client/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ dependencies {
1212
compile project (':proteus-frames')
1313
compile 'com.typesafe:config:1.3.2'
1414
compile 'com.google.guava:guava:22.0'
15-
compile 'io.rsocket.rpc:rsocket-rpc-core:0.2.0'
16-
compile 'io.netty:netty-tcnative:2.0.12.Final:linux-x86_64'
15+
compile 'io.rsocket.rpc:rsocket-rpc-core:0.2.1'
16+
compile 'io.netty:netty-tcnative:2.0.14.Final:linux-x86_64'
1717

18-
testProtobuf 'io.rsocket.rpc:rsocket-rpc-protobuf-idl:0.2.0'
18+
testProtobuf 'io.rsocket.rpc:rsocket-rpc-protobuf-idl:0.2.1'
1919
testCompile project(':proteus-tracing-openzipkin')
2020
testCompile project(':proteus-metrics-micrometer')
21-
testCompile 'io.micrometer:micrometer-registry-atlas:1.0.3'
21+
testCompile 'io.micrometer:micrometer-registry-atlas:1.0.6'
2222
testCompile 'javax.inject:javax.inject:1'
2323
testCompile 'junit:junit:4.12'
2424
testCompile 'org.apache.logging.log4j:log4j-api:2.9.0'
@@ -34,7 +34,7 @@ protobuf {
3434
}
3535
plugins {
3636
rsocketRpc {
37-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
37+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
3838
}
3939
}
4040
generateProtoTasks {

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.5'
2+
compile 'io.rsocket:rsocket-core:0.11.6'
33
}

proteus-metrics-micrometer/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ targetCompatibility = 1.8
77

88
dependencies {
99
compile project (':proteus-client')
10-
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
11-
protobuf 'io.rsocket.rpc:rsocket-rpc-metrics-idl:0.2.0'
12-
compile 'io.micrometer:micrometer-registry-atlas:1.0.3'
10+
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
11+
protobuf 'io.rsocket.rpc:rsocket-rpc-metrics-idl:0.2.1'
12+
compile 'io.micrometer:micrometer-registry-atlas:1.0.6'
1313
}
1414

1515
protobuf {
@@ -20,7 +20,7 @@ protobuf {
2020
}
2121
plugins {
2222
rsocketRpc {
23-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
23+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
2424
}
2525
}
2626
generateProtoTasks {

proteus-metrics-prometheus/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ targetCompatibility = 1.8
77

88
dependencies {
99
compile project (':proteus-client')
10-
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
11-
protobuf 'io.rsocket.rpc:rsocket-rpc-metrics-idl:0.2.0'
12-
compile 'io.micrometer:micrometer-registry-prometheus:1.0.3'
10+
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
11+
protobuf 'io.rsocket.rpc:rsocket-rpc-metrics-idl:0.2.1'
12+
compile 'io.micrometer:micrometer-registry-prometheus:1.0.6'
1313

1414
testCompile 'org.apache.logging.log4j:log4j-api:2.9.0'
1515
testCompile 'org.apache.logging.log4j:log4j-core:2.9.0'
@@ -24,7 +24,7 @@ protobuf {
2424
}
2525
plugins {
2626
rsocketRpc {
27-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
27+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
2828
}
2929
}
3030
generateProtoTasks {

proteus-tracing-openzipkin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ sourceCompatibility = 1.8
66
targetCompatibility = 1.8
77

88
dependencies {
9-
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
9+
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
1010
protobuf project (':proteus-tracing-idl')
1111
compile project (':proteus-client')
1212

13-
compile 'io.projectreactor.addons:reactor-adapter:3.1.6.RELEASE'
13+
compile 'io.projectreactor.addons:reactor-adapter:3.1.7.RELEASE'
1414
compile 'com.google.protobuf:protobuf-java-util:3.6.0'
1515

1616
compile 'io.opentracing:opentracing-api:0.31.0'
@@ -31,7 +31,7 @@ protobuf {
3131
}
3232
plugins {
3333
rsocketRpc {
34-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
34+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
3535
}
3636
}
3737
generateProtoTasks {

proteus-vizceral/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
protobuf project (':proteus-vizceral-idl')
1010
compile project (':proteus-client')
1111
compile project (':proteus-tracing-openzipkin')
12-
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
12+
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
1313
testCompile 'com.fasterxml.jackson.core:jackson-core:2.9.6'
1414
}
1515

@@ -21,7 +21,7 @@ protobuf {
2121
}
2222
plugins {
2323
rsocketRpc {
24-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
24+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
2525
}
2626
}
2727
generateProtoTasks {

0 commit comments

Comments
 (0)