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") {
1001
1001
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
1002
1002
optional(" org.hamcrest:hamcrest-core:${ hamcrestVersion} " )
1003
1003
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 " )
1006
1006
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" )
1008
1008
optional(" com.jayway.jsonpath:json-path:2.2.0" )
1009
1009
testCompile(project(" :spring-context-support" ))
1010
1010
testCompile(project(" :spring-oxm" ))
@@ -1029,7 +1029,7 @@ project("spring-test") {
1029
1029
testCompile(" javax.cache:cache-api:1.0.0" )
1030
1030
testRuntime(" log4j:log4j:${ log4jVersion} " )
1031
1031
testRuntime(" org.ehcache:ehcache:${ ehcache3Version} " )
1032
- testRuntime(" org.terracotta:management-model:2.0 .0" )
1032
+ testRuntime(" org.terracotta:management-model:2.3 .0" )
1033
1033
}
1034
1034
1035
1035
task testNG(type : Test ) {
You can’t perform that action at this time.
0 commit comments