Upgrade to Selenium 3.6 and XMLUnit 2.5
This commit is contained in:
parent
40a6fba443
commit
f31069ac05
|
|
@ -49,11 +49,11 @@ dependencies {
|
|||
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.seleniumhq.selenium:selenium-java:3.5.3") {
|
||||
optional("org.seleniumhq.selenium:selenium-java:3.6.0") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
exclude group: "io.netty", module: "netty"
|
||||
}
|
||||
optional("org.xmlunit:xmlunit-matchers:2.3.0")
|
||||
optional("org.xmlunit:xmlunit-matchers:2.5.0")
|
||||
optional("org.skyscreamer:jsonassert:1.5.0")
|
||||
optional("com.jayway.jsonpath:json-path:2.4.0")
|
||||
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue