diff --git a/gradle.properties b/gradle.properties index 874c0ffb374..292012304d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,6 +14,6 @@ kotlinVersion=1.9.24 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 springFrameworkVersion=6.1.7-SNAPSHOT -tomcatVersion=10.1.20 +tomcatVersion=10.1.23 kotlin.stdlib.default.dependency=false diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/build.gradle index f859ef7daee..acfe9c3ba37 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/build.gradle @@ -12,5 +12,6 @@ dependencies { api("org.apache.tomcat.embed:tomcat-embed-el") api("org.apache.tomcat.embed:tomcat-embed-websocket") { exclude group: "org.apache.tomcat", module: "tomcat-annotations-api" + exclude group: "org.apache.tomcat", module: "tomcat-websocket-api" } }