Browse Source

Merge branch '3.3.x' into 3.4.x

pull/44380/head
Andy Wilkinson 10 months ago
parent
commit
213383ce26
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save