Upgrade framework build to Tomcat 9.0 and Undertow 2.0

Issue: SPR-16470
This commit is contained in:
Juergen Hoeller 2018-04-11 16:06:26 +02:00
parent e170cb0f79
commit e88ca0d633
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ configure(allprojects) { project ->
ext.rxjava2Version = "2.1.12"
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
ext.tiles3Version = "3.0.8"
ext.tomcatVersion = "8.5.29"
ext.undertowVersion = "1.4.23.Final"
ext.tomcatVersion = "9.0.7"
ext.undertowVersion = "2.0.4.Final"
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"