diff --git a/build.gradle b/build.gradle index 81c7f89..e094baf 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ subprojects { implementation("org.springframework:spring-web:6.2.8") { because("versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12") } - implementation("org.apache.tomcat.embed:tomcat-embed-core:10.1.42") { + implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.8") { because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13") } }