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:22:01 UTC

[hadoop] branch branch-3.2 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.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit 2d245c97e9015780d5e629b838e7d2d5132d6909
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 132aeaf..f8ad24a 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -183,6 +183,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>
@@ -1028,7 +1029,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