File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1044,12 +1044,12 @@ project("spring-test") {
1044
1044
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
1045
1045
optional(" org.hamcrest:hamcrest-core:${ hamcrestVersion} " )
1046
1046
optional(" org.xmlunit:xmlunit-matchers:${ xmlunitVersion} " )
1047
- optional(" net.sourceforge.htmlunit:htmlunit:2.22 " )
1048
- optional(" org.seleniumhq.selenium:htmlunit-driver:2.21 " )
1049
- optional(" org.seleniumhq.selenium:selenium-java:2.53 .1" ) {
1047
+ optional(" net.sourceforge.htmlunit:htmlunit:2.23 " )
1048
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.23.2 " )
1049
+ optional(" org.seleniumhq.selenium:selenium-java:3.0 .1" ) {
1050
1050
exclude group : " io.netty" , module : " netty"
1051
1051
}
1052
- optional(" org.skyscreamer:jsonassert:1.3 .0" )
1052
+ optional(" org.skyscreamer:jsonassert:1.4 .0" )
1053
1053
optional(" com.jayway.jsonpath:json-path:2.2.0" )
1054
1054
optional(" org.reactivestreams:reactive-streams:${ reactivestreamsVersion} " )
1055
1055
optional(" io.projectreactor:reactor-core:${ reactorCoreVersion} " )
You can’t perform that action at this time.
0 commit comments