Upgrade to RxJava 1.3

Issue: SPR-15497
This commit is contained in:
Juergen Hoeller 2017-05-05 12:13:37 +02:00
parent 8231812a3c
commit 1083fe6f3f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ configure(allprojects) { project ->
ext.quartzVersion = "2.3.0"
ext.reactorVersion = "Bismuth-M1"
ext.romeVersion = "1.7.2"
ext.rxjavaVersion = '1.2.10'
ext.rxjavaVersion = '1.3.0'
ext.rxjavaAdapterVersion = '1.2.1'
ext.rxjava2Version = '2.1.0'
ext.rxnettyVersion = '0.5.2'