Skip to content

Commit df4f796

Browse files
authored
fix: update commons-compression version to fix vuln (#93)
1 parent 5a2d765 commit df4f796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kafka-bom/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
api("com.squareup.okio:okio:3.4.0") {
2222
because("https://nvd.nist.gov/vuln/detail/CVE-2023-3635 in io.confluent:kafka-protobuf-serializer:7.4.0")
2323
}
24-
api("org.apache.commons:commons-compress:1.24.0") {
25-
because("https://nvd.nist.gov/vuln/detail/CVE-2023-42503")
24+
api("org.apache.commons:commons-compress:1.26.0") {
25+
because("https://www.tenable.com/cve/CVE-2024-25710")
2626
}
2727

2828
api("io.confluent:kafka-streams-avro-serde:$kafkaVersion")

0 commit comments

Comments
 (0)