We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef414c commit 7039855Copy full SHA for 7039855
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.8"
+ def tomcatVersion = "11.0.9"
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