From d52055a33390c84b6315791189bc6466dd7e2056 Mon Sep 17 00:00:00 2001 From: Matt Jacobs Date: Wed, 4 Feb 2015 09:26:30 -0800 Subject: [PATCH] Upgrade RxJava from 1.0.4 -> 1.0.5 --- hystrix-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix-core/build.gradle b/hystrix-core/build.gradle index 4b0f657b4..be5fa660e 100644 --- a/hystrix-core/build.gradle +++ b/hystrix-core/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'osgi' dependencies { compile 'com.netflix.archaius:archaius-core:0.4.1' - compile 'io.reactivex:rxjava:1.0.4' + compile 'io.reactivex:rxjava:1.0.5' compile 'org.slf4j:slf4j-api:1.7.0' testCompile 'junit:junit-dep:4.10' }