We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c7b06c + 08f428f commit 116e2c4Copy full SHA for 116e2c4
2 files changed
example-09-dispatcher-servlet/build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
apply plugin: "com.bmuschko.tomcat"
12
13
dependencies {
14
- def tomcatVersion = "11.0.18"
+ def tomcatVersion = "11.0.20"
15
16
tomcat("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
17
tomcat("org.apache.tomcat.embed:tomcat-embed-jasper:${tomcatVersion}")
example-10-spring-mvc/build.gradle
0 commit comments