Skip to content

Commit 37e2cca

Browse files
committed
add dependency constraint
1 parent e9db743 commit 37e2cca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kafka-bom/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ dependencies {
2222
api("org.apache.commons:commons-compress:1.26.0") {
2323
because("https://www.tenable.com/cve/CVE-2024-25710")
2424
}
25+
api("org.apache.commons:commons-lang3:3.18.0") {
26+
because("CVE-2025-48924 is fixed in 3.18.0")
27+
}
28+
2529

2630
api("io.confluent:kafka-streams-avro-serde:$confluentVersion")
2731
api("io.confluent:kafka-protobuf-serializer:$confluentVersion")

0 commit comments

Comments
 (0)