Upgrade to Tomcat 8.5.28 (and Selenium HtmlUnit Driver 2.29.2)

This commit is contained in:
Juergen Hoeller
2018-02-13 12:44:34 +01:00
parent 659f13be1c
commit c9aede3727
2 changed files with 2 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ dependencies {
optional("net.sourceforge.htmlunit:htmlunit:2.29") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.29.1") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.29.2") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.9.1") {