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

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


The following commit(s) were added to refs/heads/4.2 by this push:
     new cc42d130a45 KAFKA-19966 Upgrade commons-validator to 1.10.1 (#21082)
cc42d130a45 is described below

commit cc42d130a45daabf9c7f3467afd73914cee63d99
Author: Lan Ding <[email protected]>
AuthorDate: Mon Dec 8 15:03:19 2025 +0800

    KAFKA-19966 Upgrade commons-validator to 1.10.1 (#21082)
    
    Upgrade commons-validator to 1.10.1
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 LICENSE-binary             | 2 +-
 gradle/dependencies.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index bb312b988f9..a1664fee3a7 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -211,7 +211,7 @@ License Version 2.0:
 - commons-digester-2.1
 - commons-lang3-3.18.0
 - commons-logging-1.3.5
-- commons-validator-1.10.0
+- commons-validator-1.10.1
 - hash4j-0.22.0
 - jackson-annotations-2.19.2
 - jackson-core-2.19.2
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 7e461342b88..3e32802a211 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -58,7 +58,7 @@ versions += [
   bndlib: "7.1.0",
   checkstyle: project.hasProperty('checkstyleVersion') ? checkstyleVersion : 
"10.20.2",
   commonsLang: "3.18.0",
-  commonsValidator: "1.10.0",
+  commonsValidator: "1.10.1",
   classgraph: "4.8.179",
   gradle: "9.2.1",
   grgit: "5.3.3",

Reply via email to