You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ng...@apache.org on 2021/12/13 20:07:18 UTC

[hive] branch master updated: HIVE-25785: Upgraded XML to 2.3.0 version to avoid CVE-2021-40690 (Saihemanth via Naveen Gangam)

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

ngangam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 9297ffe  HIVE-25785: Upgraded XML to 2.3.0 version to avoid CVE-2021-40690 (Saihemanth via Naveen Gangam)
9297ffe is described below

commit 9297ffe3075a73d6cf3f500912e38eef3a66b3b4
Author: saihemanth <sa...@cloudera.com>
AuthorDate: Tue Dec 7 10:32:58 2021 -0800

    HIVE-25785: Upgraded XML to 2.3.0 version to avoid CVE-2021-40690 (Saihemanth via Naveen Gangam)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ef7d4c9..710c1be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
     <wadl-resourcedoc-doclet.version>1.4</wadl-resourcedoc-doclet.version>
     <velocity.version>1.5</velocity.version>
     <xerces.version>2.12.1</xerces.version>
-    <xmlsec.version>2.2.1</xmlsec.version>
+    <xmlsec.version>2.3.0</xmlsec.version>
     <zookeeper.version>3.5.5</zookeeper.version>
     <jpam.version>1.1</jpam.version>
     <felix.version>2.4.0</felix.version>