Skip to content

Commit

Permalink
Updating RxJava version to 1.1.5
Browse files Browse the repository at this point in the history
This update on RxJava version is in regards to the PR that got merged [`here`](ReactiveX/RxJava#3820) for making RxJavaPlugins' `reset` method to be public. We have to work this around in Spring Sleuth. Details on the implementation can be found [`here`] (spring-cloud/spring-cloud-sleuth#243).

1.1.5
  • Loading branch information
Shivang Shah authored and spencergibb committed May 6, 2016
1 parent 4888299 commit 9ce9d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-cloud-netflix-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ribbon.version>2.1.5</ribbon.version>
<servo.version>0.10.1</servo.version>
<zuul.version>1.1.0</zuul.version>
<rxjava.version>1.1.2</rxjava.version>
<rxjava.version>1.1.5</rxjava.version>
<java.version>1.7</java.version>
<turbine.version>1.0.0</turbine.version>
<eureka-jersey.version>1.19.1</eureka-jersey.version>
Expand Down

0 comments on commit 9ce9d67

Please sign in to comment.