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.
2 parents 6d72a72 + 44b6e84 commit b186b64Copy full SHA for b186b64
example-09-dispatcher-servlet/build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
apply plugin: "com.bmuschko.tomcat"
12
13
dependencies {
14
- def tomcatVersion = "10.1.28"
+ def tomcatVersion = "10.1.29"
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