Upgrade to Tomcat 8.5.32, RxJava 2.1.16, Selenium 3.13

This commit is contained in:
Juergen Hoeller
2018-06-28 17:33:30 +02:00
parent 4be6bcae74
commit 03beee7b68
2 changed files with 3 additions and 3 deletions

View File

@@ -51,10 +51,10 @@ ext {
reactorVersion = "Bismuth-SR10"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.1.14"
rxjava2Version = "2.1.16"
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
tiles3Version = "3.0.8"
tomcatVersion = "8.5.31"
tomcatVersion = "8.5.32"
undertowVersion = "1.4.25.Final"
gradleScriptDir = "${rootProject.projectDir}/gradle"

View File

@@ -42,7 +42,7 @@ dependencies {
optional("org.seleniumhq.selenium:htmlunit-driver:2.31.0") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.12.0") {
optional("org.seleniumhq.selenium:selenium-java:3.13.0") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty"
}