Skip to content

Commit b186b64

Browse files
authored
Merge pull request #176 from vrudas/dependabot/gradle/tomcatVersion-10.1.29
Bump tomcatVersion from 10.1.28 to 10.1.29
2 parents 6d72a72 + 44b6e84 commit b186b64

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 = "10.1.28"
14+
def tomcatVersion = "10.1.29"
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 = "10.1.28"
14+
def tomcatVersion = "10.1.29"
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)