This is an automated email from the ASF dual-hosted git repository.

showuon pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/4.0 by this push:
     new 12e695e2986 KAFKA-19520 Bump Commons-Lang for CVE-2025-48924 (#20196)
12e695e2986 is described below

commit 12e695e29861a90ce14a541b50338e9db4ec978e
Author: Dmitry Werner <[email protected]>
AuthorDate: Sat Jul 19 12:05:50 2025 +0500

    KAFKA-19520 Bump Commons-Lang for CVE-2025-48924 (#20196)
    
    Bump Commons-Lang for CVE-2025-48924.
    
    Reviewers: Luke Chen <[email protected]>, Federico Valeri 
<[email protected]>
---
 LICENSE-binary             | 2 +-
 build.gradle               | 3 ++-
 gradle/dependencies.gradle | 2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 8ceda84ebe8..b07b5e0472e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -209,7 +209,7 @@ License Version 2.0:
 - commons-beanutils-1.11.0
 - commons-collections-3.2.2
 - commons-digester-2.1
-- commons-lang3-3.12.0
+- commons-lang3-3.18.0
 - commons-logging-1.3.5
 - commons-validator-1.9.0
 - jackson-annotations-2.16.2
diff --git a/build.gradle b/build.gradle
index 05d38aface2..ed59bbe0dd5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -199,7 +199,8 @@ allprojects {
           libs.scalaReflect,
           // Workaround before `commons-validator` has new release. See 
KAFKA-19359.
           libs.commonsBeanutils,
-          libs.jacksonAnnotations
+          libs.jacksonAnnotations,
+          libs.commonsLang
         )
       }
     }
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 5debdea5a0c..dd4aaa22161 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -61,6 +61,7 @@ versions += [
   bndlib: "7.0.0",
   checkstyle: project.hasProperty('checkstyleVersion') ? checkstyleVersion : 
"10.20.2",
   commonsBeanutils: "1.11.0",
+  commonsLang: "3.18.0",
   commonsValidator: "1.9.0",
   classgraph: "4.8.173",
   gradle: "8.10.2",
@@ -150,6 +151,7 @@ libs += [
   caffeine: "com.github.ben-manes.caffeine:caffeine:$versions.caffeine",
   classgraph: "io.github.classgraph:classgraph:$versions.classgraph",
   commonsBeanutils: 
"commons-beanutils:commons-beanutils:$versions.commonsBeanutils",
+  commonsLang: "org.apache.commons:commons-lang3:$versions.commonsLang",
   commonsValidator: 
"commons-validator:commons-validator:$versions.commonsValidator",
   jacksonAnnotations: 
"com.fasterxml.jackson.core:jackson-annotations:$versions.jackson",
   jacksonDatabind: 
"com.fasterxml.jackson.core:jackson-databind:$versions.jackson",

Reply via email to