Skip to content

Commit 98293f6

Browse files
authored
CORE-69: bump tomcat-embed-core (#1024)
bump tomcat-embed-core
1 parent f44ff68 commit 98293f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

service/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ dependencies {
148148
implementation('commons-beanutils:commons-beanutils:1.11.0') {
149149
because("CVE-2025-48734")
150150
}
151+
// tomcat-embed-core is included by Spring Boot
152+
implementation('org.apache.tomcat.embed:tomcat-embed-core:10.1.42') {
153+
because("CVE-2025-48988")
154+
}
151155
}
152156
}
153157

0 commit comments

Comments
 (0)