提交 f31069ac 编写于 作者: J Juergen Hoeller

Upgrade to Selenium 3.6 and XMLUnit 2.5

上级 40a6fba4
...@@ -49,11 +49,11 @@ dependencies { ...@@ -49,11 +49,11 @@ dependencies {
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") { optional("org.seleniumhq.selenium:htmlunit-driver:2.27") {
exclude group: "commons-logging", module: "commons-logging" 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: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty" 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("org.skyscreamer:jsonassert:1.5.0")
optional("com.jayway.jsonpath:json-path:2.4.0") optional("com.jayway.jsonpath:json-path:2.4.0")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册