Skip to content

Commit 360b528

Browse files
committed
Chore: Add constraint on Lz4-java dependency due to critical CVE-2025-12183
1 parent 060ebf3 commit 360b528

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

kafka-bom/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ dependencies {
2525
api("org.apache.commons:commons-lang3:3.18.0") {
2626
because("CVE-2025-48924 is fixed in 3.18.0")
2727
}
28-
28+
api("org.lz4:lz4-java:1.8.1") {
29+
because("[https://nvd.nist.gov/vuln/detail/CVE-2025-12183] in org.lz4:lz4-java:1.8.0")
30+
because("CVE-2025-12183 is fixed in 1.8.1")
31+
}
2932

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

0 commit comments

Comments
 (0)