We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9db743 commit 37e2ccaCopy full SHA for 37e2cca
kafka-bom/build.gradle.kts
@@ -22,6 +22,10 @@ dependencies {
22
api("org.apache.commons:commons-compress:1.26.0") {
23
because("https://www.tenable.com/cve/CVE-2024-25710")
24
}
25
+ api("org.apache.commons:commons-lang3:3.18.0") {
26
+ because("CVE-2025-48924 is fixed in 3.18.0")
27
+ }
28
+
29
30
api("io.confluent:kafka-streams-avro-serde:$confluentVersion")
31
api("io.confluent:kafka-protobuf-serializer:$confluentVersion")
0 commit comments