Upgrade to Tomcat 8.5.29 and Selenium 3.11

This commit is contained in:
Juergen Hoeller
2018-03-12 20:42:11 +01:00
parent 04a8f81710
commit 99bb97388e
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ dependencies {
optional("org.seleniumhq.selenium:htmlunit-driver:2.29.2") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.10.0") {
optional("org.seleniumhq.selenium:selenium-java:3.11.0") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty"
}