Skip to content

Commit

Permalink
Merge pull request #166 from vrudas/dependabot/gradle/tomcatVersion-1…
Browse files Browse the repository at this point in the history
…0.1.25

Bump tomcatVersion from 10.1.24 to 10.1.25
  • Loading branch information
mergify[bot] authored Jun 20, 2024
2 parents 36825d1 + ce1934e commit 3759d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-09-dispatcher-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
apply plugin: "com.bmuschko.tomcat"

dependencies {
def tomcatVersion = "10.1.24"
def tomcatVersion = "10.1.25"

tomcat("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
tomcat("org.apache.tomcat.embed:tomcat-embed-jasper:${tomcatVersion}")
Expand Down
2 changes: 1 addition & 1 deletion example-10-spring-mvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
apply plugin: "com.bmuschko.tomcat"

dependencies {
def tomcatVersion = "10.1.24"
def tomcatVersion = "10.1.25"

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

0 comments on commit 3759d7b

Please sign in to comment.