This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new fb85541e4 ATLAS-5165: Upgrading commons-validator from 1.6 to 1.10.0
to address CVEs (#481)
fb85541e4 is described below
commit fb85541e41ed55b43e261763a48eb27c22940afb
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 6c4f423c3..12330bdd2 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>