Browse Source

Upgrade to Tomcat 9.0.44

Closes gh-25687
pull/25690/head
Andy Wilkinson 5 years ago
parent
commit
ab45b41005
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1765,7 +1765,7 @@ bom { @@ -1765,7 +1765,7 @@ bom {
]
}
}
library("Tomcat", "9.0.43") {
library("Tomcat", "9.0.44") {
prohibit("[10.0.0-M1,)") {
because "it uses the jakarta.* namespace"
}

Loading…
Cancel
Save