Merge branch '3.4.x'

Closes gh-44225
This commit is contained in:
Stéphane Nicoll
2025-02-11 15:18:36 +01:00

View File

@@ -2543,6 +2543,10 @@ bom {
}
}
library("Tomcat", "${tomcatVersion}") {
prohibit {
versionRange "[10.1.35]"
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576"
}
prohibit {
versionRange "[11.0.0-M1,)"
because "it exceeds our Jakarte EE 10 baseline"