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.45
Closes gh-47117
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user