Skip to content

Commit e88ca0d

Browse files
committed
Upgrade framework build to Tomcat 9.0 and Undertow 2.0
Issue: SPR-16470
1 parent e170cb0 commit e88ca0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ configure(allprojects) { project ->
5959
ext.rxjava2Version = "2.1.12"
6060
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
6161
ext.tiles3Version = "3.0.8"
62-
ext.tomcatVersion = "8.5.29"
63-
ext.undertowVersion = "1.4.23.Final"
62+
ext.tomcatVersion = "9.0.7"
63+
ext.undertowVersion = "2.0.4.Final"
6464

6565
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
6666

0 commit comments

Comments
 (0)