You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/01/30 17:03:55 UTC

[drill] branch master updated: DRILL-8116: Upgrade Apache Xerces because of CVE-2022-23437 (#2443)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 837e891  DRILL-8116: Upgrade Apache Xerces because of CVE-2022-23437 (#2443)
837e891 is described below

commit 837e891779a819ecfd8eec7e84c19940f6bf0717
Author: kingswanwho <ch...@gmail.com>
AuthorDate: Mon Jan 31 01:03:46 2022 +0800

    DRILL-8116: Upgrade Apache Xerces because of CVE-2022-23437 (#2443)
    
    Co-authored-by: kingswanwho <ji...@u.northwestern.edu>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2047d0d..641517d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
     <commons.codec.version>1.14</commons.codec.version>
     <metadata.extractor.version>2.13.0</metadata.extractor.version>
     <xalan.version>2.7.2</xalan.version>
-    <xerces.version>2.12.0</xerces.version>
+    <xerces.version>2.12.2</xerces.version>
     <commons.configuration.version>1.10</commons.configuration.version>
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
     <httpdlog-parser.version>5.7</httpdlog-parser.version>