Browse Source

Prevent upgrade to Tomcat 10.1.35

Closes gh-44219
pull/44134/head
Stéphane Nicoll 1 year ago
parent
commit
6e33bd9fbb
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

4
spring-boot-project/spring-boot-dependencies/build.gradle

@ -2433,6 +2433,10 @@ bom { @@ -2433,6 +2433,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",

Loading…
Cancel
Save