We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e170cb0 commit e88ca0dCopy full SHA for e88ca0d
build.gradle
@@ -59,8 +59,8 @@ configure(allprojects) { project ->
59
ext.rxjava2Version = "2.1.12"
60
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
61
ext.tiles3Version = "3.0.8"
62
- ext.tomcatVersion = "8.5.29"
63
- ext.undertowVersion = "1.4.23.Final"
+ ext.tomcatVersion = "9.0.7"
+ ext.undertowVersion = "2.0.4.Final"
64
65
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
66
0 commit comments