This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 59d3d7021a9 KAFKA-17437 Upgrade commons-validator from 1.7 to 1.9.0
(#17028)
59d3d7021a9 is described below
commit 59d3d7021a96fb90b660a3dd7f0abee06e218a50
Author: Viktor Somogyi-Vass <[email protected]>
AuthorDate: Sun Sep 1 07:15:18 2024 +0200
KAFKA-17437 Upgrade commons-validator from 1.7 to 1.9.0 (#17028)
Reviewers: Josep Prat <[email protected]>, Bertalan Kondrat
<[email protected]>, 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 418390d64ff..43d019a8b48 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -214,7 +214,7 @@ commons-digester-2.1
commons-io-2.11.0
commons-lang3-3.12.0
commons-logging-1.2
-commons-validator-1.7
+commons-validator-1.9.0
error_prone_annotations-2.10.0
jackson-annotations-2.16.2
jackson-core-2.16.2
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 715783bd72b..892c3042019 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -90,7 +90,7 @@ versions += [
// gradle/resources/dependencycheck-suppressions.xml
checkstyle: "8.36.2",
commonsCli: "1.4",
- commonsValidator: "1.7",
+ commonsValidator: "1.9.0",
classgraph: "4.8.173",
dropwizardMetrics: "4.1.12.1",
gradle: "8.10",