Skip to content

Commit cbe5b34

Browse files
committed
Revert "I want to test whether the resolutionStrategy is enough to constraint lz4."
This reverts commit 55b9939.
1 parent 55b9939 commit cbe5b34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kafka-bom/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +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-
// 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-
// }
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+
}
3232

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

0 commit comments

Comments
 (0)