File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.5
21
21
snakeYamlVersion =2.4
22
22
springFrameworkVersion =6.2.3
23
23
springFramework60xVersion =6.0.23
24
- tomcatVersion =10.1.36
24
+ tomcatVersion =10.1.34
25
25
26
26
kotlin.stdlib.default.dependency =false
Original file line number Diff line number Diff line change @@ -2544,6 +2544,10 @@ bom {
2544
2544
versionRange " [11.0.0-M1,)"
2545
2545
because " it exceeds our Jakarte EE 10 baseline"
2546
2546
}
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
+ }
2547
2551
group(" org.apache.tomcat" ) {
2548
2552
modules = [
2549
2553
" tomcat-annotations-api" ,
You can’t perform that action at this time.
0 commit comments