We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4077cb + bba964c commit 13bfc04Copy full SHA for 13bfc04
gradle.properties
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.5
21
snakeYamlVersion=2.3
22
springFrameworkVersion=6.2.3
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
@@ -2427,6 +2427,10 @@ bom {
2427
}
2428
2429
library("Tomcat", "${tomcatVersion}") {
2430
+ prohibit {
2431
+ versionRange "[10.1.35,10.1.36]"
2432
+ because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 and related problems in 10.1.36"
2433
+ }
2434
group("org.apache.tomcat") {
2435
modules = [
2436
"tomcat-annotations-api",
0 commit comments