We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cf016 commit d400735Copy full SHA for d400735
kafka-bom/build.gradle.kts
@@ -25,9 +25,9 @@ dependencies {
25
api("org.apache.commons:commons-lang3:3.18.0") {
26
because("CVE-2025-48924 is fixed in 3.18.0")
27
}
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")
+ api("at.yawk.lz4:lz4-java:1.10.1") {
+ because("[https://nvd.nist.gov/vuln/detail/CVE-2025-66566] in at.yawk.lz4:lz4-java (lz4-java-1.8.1.jar)")
+ because("CVE-2025-66566 is fixed in 1.8.1")
31
32
33
api("io.confluent:kafka-streams-avro-serde:$confluentVersion")
0 commit comments