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 bea2bcb commit 66b4bf8Copy full SHA for 66b4bf8
build.gradle
@@ -324,6 +324,10 @@ project(':cruise-control') {
324
constraints {
325
implementation("commons-beanutils:commons-beanutils:1.11.0") {
326
because("version 1.9.4 pulled from kafa 3.9.1 has CVE-2025-48734 in it, which is fixed in 1.11.0")
327
+ }
328
+
329
+ implementation('org.apache.commons:commons-lang3:3.18.0') {
330
+ because("3.18.0 addresses vulnerability CVE-2025-48924")
331
}
332
333
0 commit comments