mirror of https://github.com/apache/kafka.git
KAFKA-17437 Upgrade commons-validator from 1.7 to 1.9.0 (#17028)
Reviewers: Josep Prat <josep.prat@aiven.io>, Bertalan Kondrat <kb.pcre@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
4189a36b41
commit
59d3d7021a
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue