We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca03a9 commit 4c174dcCopy full SHA for 4c174dc
kafka-bom/build.gradle.kts
@@ -17,6 +17,9 @@ dependencies {
17
api("com.google.protobuf:protobuf-java-util:3.21.7") {
18
because("https://nvd.nist.gov/vuln/detail/CVE-2022-3171")
19
}
20
+ api("com.squareup.okio:okio:3.4.0") {
21
+ because("https://nvd.nist.gov/vuln/detail/CVE-2023-3635 in io.confluent:kafka-protobuf-serializer:7.4.0")
22
+ }
23
24
api("io.confluent:kafka-streams-avro-serde:$kafkaVersion")
25
api("io.confluent:kafka-protobuf-serializer:$kafkaVersion")
0 commit comments