We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad932c commit edd45deCopy full SHA for edd45de
gradle.properties
@@ -13,6 +13,6 @@ kotlinVersion=1.8.22
13
mavenVersion=3.9.4
14
nativeBuildToolsVersion=0.9.28
15
springFrameworkVersion=6.0.20
16
-tomcatVersion=10.1.23
+tomcatVersion=10.1.24
17
18
kotlin.stdlib.default.dependency=false
spring-boot-project/spring-boot-starters/spring-boot-starter-tomcat/build.gradle
@@ -12,6 +12,5 @@ dependencies {
12
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"
}
0 commit comments