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 li...@apache.org on 2021/03/11 20:46:37 UTC

[hadoop] branch branch-3.1 updated: HADOOP-17571 : Bump up woodstox-core to 5.3.0 due to security concerns (#2757)

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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 6ecf829  HADOOP-17571 : Bump up woodstox-core to 5.3.0 due to security concerns (#2757)
6ecf829 is described below

commit 6ecf829e79f6227df195d8b175ee6c3ee552e21a
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Fri Mar 12 01:21:24 2021 +0530

    HADOOP-17571 : Bump up woodstox-core to 5.3.0 due to security concerns (#2757)
    
    Contributed by Viraj Jasani.
    
    Signed-off-by: Mingliang Liu <li...@apache.org>
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
---
 hadoop-project/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 755ef53..657e0a0 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -150,6 +150,7 @@
     <snakeyaml.version>1.16</snakeyaml.version>
     <hbase.one.version>1.2.6</hbase.one.version>
     <hbase.two.version>2.0.0-beta-1</hbase.two.version>
+    <woodstox.version>5.3.0</woodstox.version>
   </properties>
 
   <dependencyManagement>
@@ -952,7 +953,7 @@
       <dependency>
         <groupId>com.fasterxml.woodstox</groupId>
         <artifactId>woodstox-core</artifactId>
-        <version>5.0.3</version>
+        <version>${woodstox.version}</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.jackson</groupId>


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