diff --git a/hystrix-core/build.gradle b/hystrix-core/build.gradle index 189a6428c..04882fff0 100644 --- a/hystrix-core/build.gradle +++ b/hystrix-core/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'me.champeau.gradle.jmh' dependencies { compile 'com.netflix.archaius:archaius-core:0.4.1' - compile 'io.reactivex:rxjava:1.0.14' + compile 'io.reactivex:rxjava:1.0.17' compile 'org.slf4j:slf4j-api:1.7.0' testCompile 'junit:junit-dep:4.10' }