This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch atlas-2.5 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit b7d28f68981328844c3f20ed325533772497d55d Author: achandel-01 <[email protected]> AuthorDate: Thu Dec 4 09:53:49 2025 +0530 ATLAS-5165: Upgrading commons-validator from 1.6 to 1.10.0 to address CVEs (#481) Co-authored-by: Abhinav Chandel <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed5af1f35..8a65d8978 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ <commons-lang.version>2.6</commons-lang.version> <commons-logging.version>1.1.3</commons-logging.version> <commons-text.version>1.10.0</commons-text.version> - <commons-validator.version>1.6</commons-validator.version> + <commons-validator.version>1.10.0</commons-validator.version> <curator.version>4.3.0</curator.version> <doxia.version>1.8</doxia.version> <dropwizard-metrics>3.2.2</dropwizard-metrics>
