mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Prevent upgrade to Tomcat 10.1.35
Closes gh-44219
This commit is contained in:
@@ -2433,6 +2433,10 @@ bom {
|
||||
}
|
||||
}
|
||||
library("Tomcat", "${tomcatVersion}") {
|
||||
prohibit {
|
||||
versionRange "[10.1.35]"
|
||||
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576"
|
||||
}
|
||||
group("org.apache.tomcat") {
|
||||
modules = [
|
||||
"tomcat-annotations-api",
|
||||
|
||||
Reference in New Issue
Block a user