Upgrade to Protobuf 3.7.1 and HtmlUnit 2.35

This commit is contained in:
Juergen Hoeller
2019-05-08 17:52:56 +02:00
parent fb29088670
commit d3b713d5f0
3 changed files with 4 additions and 4 deletions

View File

@@ -37,10 +37,10 @@ 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.34.1") {
optional("net.sourceforge.htmlunit:htmlunit:2.35.0") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.34.0") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.35.1") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.141.59") {