Browse Source

Upgrade to Reactor Bismuth SR14, Tomcat 8.5.35, Jetty 9.4.14

pull/23430/head
Juergen Hoeller 7 years ago
parent
commit
2e55486cc3
  1. 6
      build.gradle

6
build.gradle

@ -41,20 +41,20 @@ ext { @@ -41,20 +41,20 @@ ext {
groovyVersion = "2.4.15"
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.7"
jettyVersion = "9.4.12.v20180830"
jettyVersion = "9.4.14.v20181114"
junitJupiterVersion = "5.0.3"
junitPlatformVersion = "1.0.3"
junitVintageVersion = "4.12.3"
kotlinVersion = "1.2.51"
log4jVersion = "2.11.1"
nettyVersion = "4.1.31.Final"
reactorVersion = "Bismuth-SR13"
reactorVersion = "Bismuth-SR14"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.1.17"
slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
tiles3Version = "3.0.8"
tomcatVersion = "8.5.34"
tomcatVersion = "8.5.35"
undertowVersion = "1.4.26.Final"
gradleScriptDir = "${rootProject.projectDir}/gradle"

Loading…
Cancel
Save