diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 39a15ae41d6..40cd07aa14b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2427,6 +2427,10 @@ bom { } } library("Tomcat", "${tomcatVersion}") { + prohibit { + versionRange "[10.1.35]" + because "https://bz.apache.org/bugzilla/show_bug.cgi?id=69576" + } group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",