Skip to content

Commit 69c23e8

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-44222
2 parents a07bcdd + 6e33bd9 commit 69c23e8

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
@@ -2427,6 +2427,10 @@ bom {
24272427
}
24282428
}
24292429
library("Tomcat", "${tomcatVersion}") {
2430+
prohibit {
2431+
versionRange "[10.1.35]"
2432+
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576"
2433+
}
24302434
group("org.apache.tomcat") {
24312435
modules = [
24322436
"tomcat-annotations-api",

0 commit comments

Comments
 (0)