Skip to content

Commit f31069a

Browse files
committed
Upgrade to Selenium 3.6 and XMLUnit 2.5
1 parent 40a6fba commit f31069a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ dependencies {
4949
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") {
5050
exclude group: "commons-logging", module: "commons-logging"
5151
}
52-
optional("org.seleniumhq.selenium:selenium-java:3.5.3") {
52+
optional("org.seleniumhq.selenium:selenium-java:3.6.0") {
5353
exclude group: "commons-logging", module: "commons-logging"
5454
exclude group: "io.netty", module: "netty"
5555
}
56-
optional("org.xmlunit:xmlunit-matchers:2.3.0")
56+
optional("org.xmlunit:xmlunit-matchers:2.5.0")
5757
optional("org.skyscreamer:jsonassert:1.5.0")
5858
optional("com.jayway.jsonpath:json-path:2.4.0")
5959
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

0 commit comments

Comments
 (0)