Skip to content

Commit e76bf84

Browse files
committed
Merge branch '3.4.x'
Closes gh-44339
2 parents a3eccf6 + 13bfc04 commit e76bf84

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.5
2121
snakeYamlVersion=2.4
2222
springFrameworkVersion=6.2.3
2323
springFramework60xVersion=6.0.23
24-
tomcatVersion=10.1.36
24+
tomcatVersion=10.1.34
2525

2626
kotlin.stdlib.default.dependency=false

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,6 +2544,10 @@ bom {
25442544
versionRange "[11.0.0-M1,)"
25452545
because "it exceeds our Jakarte EE 10 baseline"
25462546
}
2547+
prohibit {
2548+
versionRange "[10.1.35,10.1.36]"
2549+
because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 and related problems in 10.1.36"
2550+
}
25472551
group("org.apache.tomcat") {
25482552
modules = [
25492553
"tomcat-annotations-api",

0 commit comments

Comments
 (0)