Prohibit upgrades to Tomcat 10.1.35 and 10.1.36
Closes gh-44331
This commit is contained in:
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.5
|
||||
snakeYamlVersion=2.2
|
||||
springFrameworkVersion=6.1.17
|
||||
springFramework60xVersion=6.0.23
|
||||
tomcatVersion=10.1.36
|
||||
tomcatVersion=10.1.34
|
||||
|
||||
kotlin.stdlib.default.dependency=false
|
||||
|
||||
@@ -2433,6 +2433,10 @@ bom {
|
||||
}
|
||||
}
|
||||
library("Tomcat", "${tomcatVersion}") {
|
||||
prohibit {
|
||||
versionRange "[10.1.35,10.1.36]"
|
||||
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 and related problems in 10.1.36"
|
||||
}
|
||||
group("org.apache.tomcat") {
|
||||
modules = [
|
||||
"tomcat-annotations-api",
|
||||
|
||||
Reference in New Issue
Block a user