File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ configure(allprojects) { project ->
83
83
ext. romeVersion = " 1.7.1"
84
84
ext. rxjavaVersion = ' 1.2.6'
85
85
ext. rxjavaAdapterVersion = ' 1.2.1'
86
- ext. rxjava2Version = ' 2.0.5 '
86
+ ext. rxjava2Version = ' 2.0.6 '
87
87
ext. rxnettyVersion = ' 0.5.2'
88
88
ext. servletVersion = " 3.1.0"
89
89
ext. slf4jVersion = " 1.7.23"
@@ -1077,8 +1077,8 @@ project("spring-test") {
1077
1077
optional(" org.hamcrest:hamcrest-core:${ hamcrestVersion} " )
1078
1078
optional(" org.xmlunit:xmlunit-matchers:${ xmlunitVersion} " )
1079
1079
optional(" net.sourceforge.htmlunit:htmlunit:2.24" )
1080
- optional(" org.seleniumhq.selenium:htmlunit-driver:2.23.2 " )
1081
- optional(" org.seleniumhq.selenium:selenium-java:3.0.1 " ) {
1080
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.24 " )
1081
+ optional(" org.seleniumhq.selenium:selenium-java:3.1.0 " ) {
1082
1082
exclude group : " io.netty" , module : " netty"
1083
1083
}
1084
1084
optional(" org.skyscreamer:jsonassert:1.4.0" )
You can’t perform that action at this time.
0 commit comments