We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 056fb7f + a9e5788 commit 9755db6Copy full SHA for 9755db6
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.13"
+ def tomcatVersion = "11.0.14"
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