Skip to content

Commit 56bb20d

Browse files
committed
Upgrade to HtmlUnit 2.23 and JSONAssert 1.4
1 parent 5baf32c commit 56bb20d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)