Upgrade to Tomcat 10.1.24

Closes gh-40785
This commit is contained in:
Andy Wilkinson 2024-05-16 15:05:22 +01:00
parent bb8cf46a29
commit f24d4e4a06
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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"
}
}