Test dependency updates (Mockito 2.12, HtmlUnit 2.28, Selenium 3.7.1, XMLUnit 2.5.1)

This commit is contained in:
Juergen Hoeller
2017-11-13 21:51:23 +01:00
parent b5cedd43eb
commit 3e5209bea5
2 changed files with 5 additions and 5 deletions

View File

@@ -43,17 +43,17 @@ dependencies {
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
}
optional("net.sourceforge.htmlunit:htmlunit:2.27") {
optional("net.sourceforge.htmlunit:htmlunit:2.28") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.28") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.6.0") {
optional("org.seleniumhq.selenium:selenium-java:3.7.1") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty"
}
optional("org.xmlunit:xmlunit-matchers:2.5.0")
optional("org.xmlunit:xmlunit-matchers:2.5.1")
optional("org.skyscreamer:jsonassert:1.5.0")
optional("com.jayway.jsonpath:json-path:2.4.0")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")