Skip to content

Commit 9da8628

Browse files
committed
fix: complete CVE-2025-48734 fix for cruise-control-metrics-reporter
1 parent e30eaf3 commit 9da8628

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,12 @@ project(':cruise-control-metrics-reporter') {
473473
// Temporary pin for vulnerability
474474
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
475475

476+
constraints {
477+
implementation("commons-beanutils:commons-beanutils:1.11.0") {
478+
because("version 1.9.4 pulled from kafka 4.0.0 has CVE-2025-48734 in it, which is fixed in 1.11.0")
479+
}
480+
}
481+
476482
testImplementation 'junit:junit:4.13.2'
477483
testImplementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
478484
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'

0 commit comments

Comments
 (0)