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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
