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
2121snakeYamlVersion =2.4
2222springFrameworkVersion =6.2.3
2323springFramework60xVersion =6.0.23
24- tomcatVersion =10.1.36
24+ tomcatVersion =10.1.34
2525
2626kotlin.stdlib.default.dependency =false
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments