Skip to content

Commit 8a10ec4

Browse files
committed
Prevent upgrade to Tomcat 10.1.45
Closes gh-47117
1 parent 54572d2 commit 8a10ec4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,6 +2433,10 @@ bom {
24332433
}
24342434
}
24352435
library("Tomcat", "${tomcatVersion}") {
2436+
prohibit {
2437+
versionRange "[10.1.45]"
2438+
because "it contains a filestore regression"
2439+
}
24362440
group("org.apache.tomcat") {
24372441
modules = [
24382442
"tomcat-annotations-api",

0 commit comments

Comments
 (0)