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 @@ -1001,10 +1001,10 @@ project("spring-test") {
10011001 optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
10021002 optional(" org.hamcrest:hamcrest-core:${ hamcrestVersion} " )
10031003 optional(" xmlunit:xmlunit:${ xmlunitVersion} " )
1004- optional(" net.sourceforge.htmlunit:htmlunit:2.22 " )
1005- optional(" org.seleniumhq.selenium:htmlunit-driver:2.21 " )
1004+ optional(" net.sourceforge.htmlunit:htmlunit:2.23 " )
1005+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.23.2 " )
10061006 optional(" org.seleniumhq.selenium:selenium-java:2.53.1" )
1007- optional(" org.skyscreamer:jsonassert:1.3 .0" )
1007+ optional(" org.skyscreamer:jsonassert:1.4 .0" )
10081008 optional(" com.jayway.jsonpath:json-path:2.2.0" )
10091009 testCompile(project(" :spring-context-support" ))
10101010 testCompile(project(" :spring-oxm" ))
@@ -1029,7 +1029,7 @@ project("spring-test") {
10291029 testCompile(" javax.cache:cache-api:1.0.0" )
10301030 testRuntime(" log4j:log4j:${ log4jVersion} " )
10311031 testRuntime(" org.ehcache:ehcache:${ ehcache3Version} " )
1032- testRuntime(" org.terracotta:management-model:2.0 .0" )
1032+ testRuntime(" org.terracotta:management-model:2.3 .0" )
10331033 }
10341034
10351035 task testNG(type : Test ) {
You can’t perform that action at this time.
0 commit comments