diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 791adaac9d9..19d80c755d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2433,6 +2433,10 @@ bom { } } library("Tomcat", "${tomcatVersion}") { + prohibit { + versionRange "[10.1.45]" + because "it contains a filestore regression" + } group("org.apache.tomcat") { modules = [ "tomcat-annotations-api",