We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dff6cd commit bba964cCopy full SHA for bba964c
gradle.properties
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.5
21
snakeYamlVersion=2.2
22
springFrameworkVersion=6.1.17
23
springFramework60xVersion=6.0.23
24
-tomcatVersion=10.1.36
+tomcatVersion=10.1.34
25
26
kotlin.stdlib.default.dependency=false
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -2433,6 +2433,10 @@ bom {
2433
}
2434
2435
library("Tomcat", "${tomcatVersion}") {
2436
+ prohibit {
2437
+ versionRange "[10.1.35,10.1.36]"
2438
+ because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 and related problems in 10.1.36"
2439
+ }
2440
group("org.apache.tomcat") {
2441
modules = [
2442
"tomcat-annotations-api",
0 commit comments