Upgrade to Tomcat 10.1.23

Closes gh-40754
This commit is contained in:
Andy Wilkinson 2024-05-13 15:51:07 +01:00
parent 47f06b1d28
commit d3b892f302
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ kotlinVersion=1.9.24
mavenVersion=3.9.4
nativeBuildToolsVersion=0.10.1
springFrameworkVersion=6.1.7-SNAPSHOT
tomcatVersion=10.1.20
tomcatVersion=10.1.23
snakeYamlVersion=2.2
kotlin.stdlib.default.dependency=false

View File

@ -12,5 +12,6 @@ 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"
}
}