We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa8c44 commit 55b9939Copy full SHA for 55b9939
kafka-bom/build.gradle.kts
@@ -25,10 +25,10 @@ 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")
31
- }
+// api("org.lz4:lz4-java:1.8.1") {
+// because("[https://nvd.nist.gov/vuln/detail/CVE-2025-12183] in org.lz4:lz4-java:1.8.0")
+// because("CVE-2025-12183 is fixed in 1.8.1")
+// }
32
33
api("io.confluent:kafka-streams-avro-serde:$confluentVersion")
34
api("io.confluent:kafka-protobuf-serializer:$confluentVersion")
0 commit comments