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

@ -59,7 +59,7 @@ configure(allprojects) { project ->
ext.rxjava2Version = "2.1.9"
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
ext.tiles3Version = "3.0.8"
ext.tomcatVersion = "8.5.27"
ext.tomcatVersion = "8.5.28"
ext.undertowVersion = "1.4.22.Final"
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
@ -77,7 +77,6 @@ configure(allprojects) { project ->
apiVersion = "1.1"
languageVersion = "1.1"
}
}
compileTestKotlin {
kotlinOptions {

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") {