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 we...@apache.org on 2020/02/29 01:08:29 UTC

[hadoop] branch branch-2.10 updated: HADOOP-16891. Upgrade jackson-databind to 2.9.10.3 (#1865)

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

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


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 6cbde86  HADOOP-16891. Upgrade jackson-databind to 2.9.10.3 (#1865)
6cbde86 is described below

commit 6cbde863a54464cdf3b51ea35ee6bce1c693b38f
Author: Siyao Meng <50...@users.noreply.github.com>
AuthorDate: Fri Feb 28 17:02:41 2020 -0800

    HADOOP-16891. Upgrade jackson-databind to 2.9.10.3 (#1865)
    
    (cherry picked from commit e36b27260845c2eeb2211d01235cc6d3578b1942)
    (cherry picked from commit 8a55178f4983f95e207656a6f81142f510c0cd7a)
    (cherry picked from commit 57783e7e249f366bac55ce5e9eb6998330e2eef4)
---
 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 1f4b1e6..c9fa533 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -75,7 +75,7 @@
     <!-- jackson versions -->
     <jackson.version>1.9.13</jackson.version>
     <jackson2.version>2.9.10</jackson2.version>
-    <jackson2.databind.version>2.9.10.2</jackson2.databind.version>
+    <jackson2.databind.version>2.9.10.3</jackson2.databind.version>
 
     <!-- SLF4J version -->
     <slf4j.version>1.7.25</slf4j.version>


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