#390 - Downgraded RxJava2 dependency to 2.1.1.

Just to make sure that we're in line with Spring Framework 5.0 RC3's dependency as RxJava2 has been known to cause compatibility problems even for bugfix releases.
This commit is contained in:
Oliver Gierke
2017-07-25 08:44:36 +02:00
parent 04e5c5056a
commit 06fc9a488a

View File

@@ -105,7 +105,7 @@
<reactor>Bismuth-M3</reactor>
<rxjava>1.3.0</rxjava>
<rxjava-reactive-streams>1.2.1</rxjava-reactive-streams>
<rxjava2>2.1.2</rxjava2>
<rxjava2>2.1.1</rxjava2>
<slf4j>1.7.25</slf4j>
<spring>5.0.0.RC3</spring>
<spring-hateoas>0.23.0.RELEASE</spring-hateoas>