Skip to content

Commit 3b37805

Browse files
committed
Merge branch '3.4.x'
Closes gh-44225
2 parents 9890a6b + 69c23e8 commit 3b37805

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
@@ -2543,6 +2543,10 @@ bom {
25432543
}
25442544
}
25452545
library("Tomcat", "${tomcatVersion}") {
2546+
prohibit {
2547+
versionRange "[10.1.35]"
2548+
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576"
2549+
}
25462550
prohibit {
25472551
versionRange "[11.0.0-M1,)"
25482552
because "it exceeds our Jakarte EE 10 baseline"

0 commit comments

Comments
 (0)