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:13:41 UTC

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


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

commit 36313b38cbcd9b06c6bffbf58a24610f3bff1868
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 5d8ceb2..7ac05aa 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -210,6 +210,7 @@
     <powermock.version>1.5.6</powermock.version>
     <solr.version>7.7.0</solr.version>
     <openssl-wildfly.version>1.0.7.Final</openssl-wildfly.version>
+    <woodstox.version>5.3.0</woodstox.version>
   </properties>
 
   <dependencyManagement>
@@ -1109,7 +1110,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