From 57f156217e3eebe1f45e218d0e5a024da82cb308 Mon Sep 17 00:00:00 2001 From: Matt Jacobs Date: Wed, 3 Aug 2016 11:44:02 -0700 Subject: [PATCH] Update RxNetty version which depends on netty 4.1.3.Final --- 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 f49a0a90a..b8619756a 100644 --- a/hystrix-contrib/hystrix-rx-netty-metrics-stream/build.gradle +++ b/hystrix-contrib/hystrix-rx-netty-metrics-stream/build.gradle @@ -1,7 +1,7 @@ dependencies { compile project(':hystrix-core') compile project(':hystrix-serialization') - compile 'io.reactivex:rxnetty:0.4.12' + compile 'io.reactivex:rxnetty:0.4.17' testCompile 'junit:junit-dep:4.10' testCompile 'org.powermock:powermock-easymock-release-full:1.5.5' testCompile 'org.easymock:easymock:3.2'