Upgrade framework build to Tomcat 9.0 and Undertow 2.0
Issue: SPR-16470
This commit is contained in:
parent
e170cb0f79
commit
e88ca0d633
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue