Upgrade to Tomcat 8.5.29 and Selenium 3.11
This commit is contained in:
parent
04a8f81710
commit
99bb97388e
|
@ -59,7 +59,7 @@ configure(allprojects) { project ->
|
|||
ext.rxjava2Version = "2.1.10"
|
||||
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
|
||||
ext.tiles3Version = "3.0.8"
|
||||
ext.tomcatVersion = "8.5.28"
|
||||
ext.tomcatVersion = "8.5.29"
|
||||
ext.undertowVersion = "1.4.23.Final"
|
||||
|
||||
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue