Skip to content

Commit

Permalink
Upgrade to Tomcat 10.1.24
Browse files Browse the repository at this point in the history
Closes gh-40790
  • Loading branch information
wilkinsona committed May 16, 2024
1 parent 6d643b7 commit 133336d
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 @@ -15,7 +15,7 @@ kotlinVersion=1.9.24
mavenVersion=3.9.4
nativeBuildToolsVersion=0.10.1
springFrameworkVersion=6.1.7
tomcatVersion=10.1.23
tomcatVersion=10.1.24
snakeYamlVersion=2.2

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 133336d

Please sign in to comment.