File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ configure(allprojects) { project ->
54
54
ext. log4jVersion = " 2.11.0"
55
55
ext. nettyVersion = " 4.1.22.Final"
56
56
ext. reactorVersion = " Bismuth-BUILD-SNAPSHOT"
57
- ext. rxjavaVersion = " 1.3.7 "
57
+ ext. rxjavaVersion = " 1.3.8 "
58
58
ext. rxjavaAdapterVersion = " 1.2.1"
59
59
ext. rxjava2Version = " 2.1.12"
60
60
ext. slf4jVersion = " 1.7.25" // spring-jcl + consistent 3rd party deps
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
61
61
testCompile(" commons-fileupload:commons-fileupload:1.3.3" )
62
62
testCompile(" commons-io:commons-io:2.5" )
63
63
testCompile(" joda-time:joda-time:2.9.9" )
64
- testCompile(" org.mozilla:rhino:1.7.8 " )
64
+ testCompile(" org.mozilla:rhino:1.7.9 " )
65
65
testCompile(" dom4j:dom4j:1.6.1" ) {
66
66
exclude group : " xml-apis" , module : " xml-apis"
67
67
}
You can’t perform that action at this time.
0 commit comments