Skip to content

Commit 6e33bd9

Browse files
committed
Prevent upgrade to Tomcat 10.1.35
Closes gh-44219
1 parent c5779b2 commit 6e33bd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
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.35]"
2438+
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576"
2439+
}
24362440
group("org.apache.tomcat") {
24372441
modules = [
24382442
"tomcat-annotations-api",

0 commit comments

Comments
 (0)