Skip to content

Commit bb0d4c8

Browse files
committed
Upgrade to Selenium 3.0.1, HtmlUnit 2.23 and JSONAssert 1.4
1 parent be853d4 commit bb0d4c8

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
@@ -1044,12 +1044,12 @@ project("spring-test") {
10441044
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
10451045
optional("org.hamcrest:hamcrest-core:${hamcrestVersion}")
10461046
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") {
10501050
exclude group: "io.netty", module: "netty"
10511051
}
1052-
optional("org.skyscreamer:jsonassert:1.3.0")
1052+
optional("org.skyscreamer:jsonassert:1.4.0")
10531053
optional("com.jayway.jsonpath:json-path:2.2.0")
10541054
optional("org.reactivestreams:reactive-streams:${reactivestreamsVersion}")
10551055
optional("io.projectreactor:reactor-core:${reactorCoreVersion}")

0 commit comments

Comments
 (0)