Skip to content

Commit 4c174dc

Browse files
chore: constrain okio (#68)
* chore: constrain okio * Update kafka-bom/build.gradle.kts --------- Co-authored-by: Avinash <[email protected]>
1 parent 8ca03a9 commit 4c174dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kafka-bom/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ dependencies {
1717
api("com.google.protobuf:protobuf-java-util:3.21.7") {
1818
because("https://nvd.nist.gov/vuln/detail/CVE-2022-3171")
1919
}
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+
}
2023

2124
api("io.confluent:kafka-streams-avro-serde:$kafkaVersion")
2225
api("io.confluent:kafka-protobuf-serializer:$kafkaVersion")

0 commit comments

Comments
 (0)