From 937c558983f85283362cbd3dc102b782673ffa6f Mon Sep 17 00:00:00 2001 From: Matt Jacobs Date: Fri, 16 Oct 2015 10:23:10 -0700 Subject: [PATCH] Upgrade RxNetty from 0.4.7 to 0.4.12 --- hystrix-contrib/hystrix-rx-netty-metrics-stream/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix-contrib/hystrix-rx-netty-metrics-stream/build.gradle b/hystrix-contrib/hystrix-rx-netty-metrics-stream/build.gradle index fcc884ee8..539cbc9da 100644 --- a/hystrix-contrib/hystrix-rx-netty-metrics-stream/build.gradle +++ b/hystrix-contrib/hystrix-rx-netty-metrics-stream/build.gradle @@ -1,6 +1,6 @@ dependencies { compile project(':hystrix-core') - compile 'io.reactivex:rxnetty:0.4.7' + compile 'io.reactivex:rxnetty:0.4.12' compile 'org.codehaus.jackson:jackson-core-asl:1.9.2' compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.2' testCompile 'junit:junit-dep:4.10'