This is an automated email from the ASF dual-hosted git repository. radhikakundam pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit bd35d3fd1ddb98920917195ef5129118dc99bd11 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> (cherry picked from commit 7e1286266ebd876c78d9130e057e25d58ebed052) --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 4f0d973ef..41b1fef43 100644 --- a/pom.xml +++ b/pom.xml @@ -738,6 +738,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> @@ -1696,6 +1697,11 @@ <version>1.33</version> </dependency> + <dependency> + <groupId>org.apache.ivy</groupId> + <artifactId>ivy</artifactId> + <version>${ivy.version}</version> + </dependency> </dependencies> </dependencyManagement>