Upgrade to Tomcat 11.0.6

Closes gh-45475
This commit is contained in:
Stéphane Nicoll
2025-05-07 10:48:14 -07:00
committed by Phillip Webb
parent fd061220a7
commit baefbc1aff
6 changed files with 3 additions and 10 deletions

View File

@@ -2514,10 +2514,6 @@ bom {
}
}
library("Tomcat", "${tomcatVersion}") {
prohibit {
versionRange "[11.0.0-M1,)"
because "it exceeds our Jakarte EE 10 baseline"
}
group("org.apache.tomcat") {
modules = [
"tomcat-annotations-api",