This is an automated email from the ASF dual-hosted git repository.

radhikakundam 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 7e1286266 ATLAS-4800: Atlas - Upgrade Apache Ivy to 2.5.2 due to 
CVE-2022-46751
7e1286266 is described below

commit 7e1286266ebd876c78d9130e057e25d58ebed052
Author: Disha Talreja <dishatalre...@gmail.com>
AuthorDate: Wed Oct 11 16:35:09 2023 -0700

    ATLAS-4800: Atlas - Upgrade Apache Ivy to 2.5.2 due to CVE-2022-46751
    
    Signed-off-by: radhikakundam <radhikakun...@apache.org>
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index f76d0ea04..942863efd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,6 +748,7 @@
         <hppc.version>0.8.1</hppc.version>
         
<httpcomponents-httpclient.version>4.5.13</httpcomponents-httpclient.version>
         
<httpcomponents-httpcore.version>4.4.13</httpcomponents-httpcore.version>
+        <ivy.version>2.5.2</ivy.version>
         <jackson.databind.version>2.11.3</jackson.databind.version>
         <jackson.version>2.11.3</jackson.version>
         <janusgraph.version>0.6.3</janusgraph.version>
@@ -1706,6 +1707,11 @@
                 <version>1.33</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.apache.ivy</groupId>
+                <artifactId>ivy</artifactId>
+                <version>${ivy.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to