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'