From b6abb42ec970de38fc4d5de84c4232379c4d0828 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Feb 2025 17:54:11 +0000 Subject: [PATCH] Remove redundant prohibiting of Tomcat version See gh-44331 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 98405f3c5d..c1d201b2b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2433,10 +2433,6 @@ 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",