We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30eaf3 commit 9da8628Copy full SHA for 9da8628
1 file changed
build.gradle
@@ -473,6 +473,12 @@ project(':cruise-control-metrics-reporter') {
473
// Temporary pin for vulnerability
474
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
475
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
+
482
testImplementation 'junit:junit:4.13.2'
483
testImplementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
484
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
0 commit comments