Upgrade to RxJava 1.3.8 and Rhino 1.7.9

This commit is contained in:
Juergen Hoeller 2018-04-03 15:18:25 +02:00
parent 475c4d4425
commit aa0face9a1
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ configure(allprojects) { project ->
ext.log4jVersion = "2.11.0"
ext.nettyVersion = "4.1.22.Final"
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
ext.rxjavaVersion = "1.3.7"
ext.rxjavaVersion = "1.3.8"
ext.rxjavaAdapterVersion = "1.2.1"
ext.rxjava2Version = "2.1.12"
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps

View File

@ -61,7 +61,7 @@ dependencies {
testCompile("commons-fileupload:commons-fileupload:1.3.3")
testCompile("commons-io:commons-io:2.5")
testCompile("joda-time:joda-time:2.9.9")
testCompile("org.mozilla:rhino:1.7.8")
testCompile("org.mozilla:rhino:1.7.9")
testCompile("dom4j:dom4j:1.6.1") {
exclude group: "xml-apis", module: "xml-apis"
}