Upgrade to RxJava 2.1

Issue: SPR-15497
This commit is contained in:
Juergen Hoeller 2017-04-30 12:53:37 +02:00
parent c7338c70dc
commit 12a95d8c68
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ configure(allprojects) { project ->
ext.romeVersion = "1.7.2"
ext.rxjavaVersion = '1.2.10'
ext.rxjavaAdapterVersion = '1.2.1'
ext.rxjava2Version = '2.0.9'
ext.rxjava2Version = '2.1.0'
ext.rxnettyVersion = '0.5.2'
ext.servletVersion = "3.1.0"
ext.slf4jVersion = "1.7.25"