Skip to content

Commit 46785f1

Browse files
authored
KAFKA-19966 Upgrade commons-validator to 1.10.1 (#21082)
Upgrade commons-validator to 1.10.1 Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
1 parent 71299c2 commit 46785f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ License Version 2.0:
211211
- commons-digester-2.1
212212
- commons-lang3-3.18.0
213213
- commons-logging-1.3.5
214-
- commons-validator-1.10.0
214+
- commons-validator-1.10.1
215215
- hash4j-0.22.0
216216
- jackson-annotations-2.20
217217
- jackson-core-2.20.1

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ versions += [
5858
bndlib: "7.1.0",
5959
checkstyle: project.hasProperty('checkstyleVersion') ? checkstyleVersion : "10.20.2",
6060
commonsLang: "3.18.0",
61-
commonsValidator: "1.10.0",
61+
commonsValidator: "1.10.1",
6262
classgraph: "4.8.179",
6363
gradle: "9.2.1",
6464
grgit: "5.3.3",

0 commit comments

Comments
 (0)