diff --git a/backend/build.gradle b/backend/build.gradle index e064505333..43705e97ec 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'org.springframework:spring-core:6.0.16' implementation 'org.springframework.security:spring-security-core:6.1.8' implementation 'org.springframework.security:spring-security-oauth2-client:6.3.1' - implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.25' + implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.28' implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:10.1.19' implementation 'org.springframework.security:spring-security-web:6.1.7'