Skip to content

Commit aa0face

Browse files
committed
Upgrade to RxJava 1.3.8 and Rhino 1.7.9
1 parent 475c4d4 commit aa0face

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ configure(allprojects) { project ->
5454
ext.log4jVersion = "2.11.0"
5555
ext.nettyVersion = "4.1.22.Final"
5656
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
57-
ext.rxjavaVersion = "1.3.7"
57+
ext.rxjavaVersion = "1.3.8"
5858
ext.rxjavaAdapterVersion = "1.2.1"
5959
ext.rxjava2Version = "2.1.12"
6060
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
testCompile("commons-fileupload:commons-fileupload:1.3.3")
6262
testCompile("commons-io:commons-io:2.5")
6363
testCompile("joda-time:joda-time:2.9.9")
64-
testCompile("org.mozilla:rhino:1.7.8")
64+
testCompile("org.mozilla:rhino:1.7.9")
6565
testCompile("dom4j:dom4j:1.6.1") {
6666
exclude group: "xml-apis", module: "xml-apis"
6767
}

0 commit comments

Comments
 (0)