Skip to content

Commit 116e2c4

Browse files
authored
Merge pull request #233 from vrudas/dependabot/gradle/tomcatVersion-11.0.20
Bump tomcatVersion from 11.0.18 to 11.0.20
2 parents 2c7b06c + 08f428f commit 116e2c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example-09-dispatcher-servlet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
apply plugin: "com.bmuschko.tomcat"
1212

1313
dependencies {
14-
def tomcatVersion = "11.0.18"
14+
def tomcatVersion = "11.0.20"
1515

1616
tomcat("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
1717
tomcat("org.apache.tomcat.embed:tomcat-embed-jasper:${tomcatVersion}")

example-10-spring-mvc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
apply plugin: "com.bmuschko.tomcat"
1212

1313
dependencies {
14-
def tomcatVersion = "11.0.18"
14+
def tomcatVersion = "11.0.20"
1515

1616
tomcat("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
1717
tomcat("org.apache.tomcat.embed:tomcat-embed-jasper:${tomcatVersion}")

0 commit comments

Comments
 (0)