Upgrade to Mockito 2.23.4, Selenium 3.141.59, JSON-P 1.1.4

This commit is contained in:
Juergen Hoeller
2018-11-22 18:24:18 +01:00
parent ae8f680d2e
commit c16f36b537
3 changed files with 4 additions and 4 deletions

View File

@@ -40,10 +40,10 @@ dependencies {
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.0") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.3") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.14.0") {
optional("org.seleniumhq.selenium:selenium-java:3.141.59") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty"
}