Browse Source

Upgrade to Tomcat 8.5.32, RxJava 2.1.16, Selenium 3.13

pull/1884/head
Juergen Hoeller 6 years ago
parent
commit
03beee7b68
  1. 4
      build.gradle
  2. 2
      spring-test/spring-test.gradle

4
build.gradle

@ -51,10 +51,10 @@ ext { @@ -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"

2
spring-test/spring-test.gradle

@ -42,7 +42,7 @@ dependencies { @@ -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"
}

Loading…
Cancel
Save