diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 9263f799e3b..5dab8d24b35 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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" }