Skip to content

Commit 66b4bf8

Browse files
Addressing CVE-2025-48924 - adding constraint to build to ensure commons-lang3:3.18.0 is used
1 parent bea2bcb commit 66b4bf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ project(':cruise-control') {
324324
constraints {
325325
implementation("commons-beanutils:commons-beanutils:1.11.0") {
326326
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")
327331
}
328332
}
329333

0 commit comments

Comments
 (0)