We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6bec0 commit 46cf86aCopy full SHA for 46cf86a
1 file changed
kafka-bom/build.gradle.kts
@@ -29,6 +29,9 @@ dependencies {
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
}
32
+ api("org.eclipse.jetty:jetty-bom:11.0.26") {
33
+ because("CVE-2025-5115 is fixed in 11.0.26")
34
+ }
35
36
api("io.confluent:kafka-streams-avro-serde:$confluentVersion")
37
api("io.confluent:kafka-protobuf-serializer:$confluentVersion")
0 commit comments