We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44ff68 commit 98293f6Copy full SHA for 98293f6
1 file changed
service/build.gradle
@@ -148,6 +148,10 @@ dependencies {
148
implementation('commons-beanutils:commons-beanutils:1.11.0') {
149
because("CVE-2025-48734")
150
}
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
+ }
155
156
157
0 commit comments