Prevent upgrade to Tomcat 10.1.45

Closes gh-47117
This commit is contained in:
Stéphane Nicoll
2025-09-08 10:47:02 +02:00
parent 54572d227b
commit 8a10ec4b6f
@@ -2433,6 +2433,10 @@ bom {
}
}
library("Tomcat", "${tomcatVersion}") {
prohibit {
versionRange "[10.1.45]"
because "it contains a filestore regression"
}
group("org.apache.tomcat") {
modules = [
"tomcat-annotations-api",