Skip to content

Commit f77c70a

Browse files
committed
Revert "Update dependencies"
This reverts commit 0241b3f.
1 parent 0241b3f commit f77c70a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.rsocket.rpc
2-
version=0.2.1
2+
version=0.2.0

gradle/java.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

rsocket-rpc-core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

rsocket-rpc-protobuf/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sourceCompatibility = 1.8
5454
targetCompatibility = 1.8
5555

5656
dependencies {
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
}

0 commit comments

Comments
 (0)