Skip to content

Commit 1d8e284

Browse files
authored
Merge pull request #204 from vrudas/dependabot/gradle/tomcatVersion-11.0.9
Bump tomcatVersion from 11.0.8 to 11.0.9
2 parents 1ef414c + 7039855 commit 1d8e284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8"
14+
def tomcatVersion = "11.0.9"
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.8"
14+
def tomcatVersion = "11.0.9"
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)