Skip to content

Commit

Permalink
Upgrade to Tomcat 10.1.24
Browse files Browse the repository at this point in the history
Closes gh-40785
  • Loading branch information
wilkinsona committed May 16, 2024
1 parent bb8cf46 commit f24d4e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ kotlinVersion=1.9.24
mavenVersion=3.9.4
nativeBuildToolsVersion=0.9.28
springFrameworkVersion=6.1.7
tomcatVersion=10.1.23
tomcatVersion=10.1.24

kotlin.stdlib.default.dependency=false
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ dependencies {
api("org.apache.tomcat.embed:tomcat-embed-el")
api("org.apache.tomcat.embed:tomcat-embed-websocket") {
exclude group: "org.apache.tomcat", module: "tomcat-annotations-api"
exclude group: "org.apache.tomcat", module: "tomcat-websocket-api"
}
}

0 comments on commit f24d4e4

Please sign in to comment.