You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2022/06/22 13:58:04 UTC

[hadoop] 02/06: HADOOP-18237. Upgrade Apache Xerces Java to 2.12.2 (#4318)

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

stevel pushed a commit to branch branch-3.3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit a94f4eb01a46661b23ab086c11d569cdc4e81eb5
Author: Ashutosh Gupta <as...@st.niituniversity.in>
AuthorDate: Tue May 17 20:34:12 2022 +0100

    HADOOP-18237. Upgrade Apache Xerces Java to 2.12.2 (#4318)
    
    Upgrade Apache Xerces Java to 2.12.2 due to handle vulnerability CVE-2022-23437
    
    Contributed by Ashutosh Gupta
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index da35e0b42be..f1951c94053 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -48,7 +48,7 @@
     <!-- JDIFF generation from embedded ant in the antrun plugin -->
     <jdiff.version>1.0.9</jdiff.version>
     <!-- Version number for xerces used by JDiff -->
-    <xerces.jdiff.version>2.12.1</xerces.jdiff.version>
+    <xerces.jdiff.version>2.12.2</xerces.jdiff.version>
 
     <kafka.version>2.8.1</kafka.version>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org