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 iw...@apache.org on 2020/09/09 00:55:23 UTC

[hadoop] branch branch-2.10 updated: HADOOP-17249. Upgrade jackson-databind to 2.9.10.6 on branch-2.10. (#2279)

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

iwasakims 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 42ac46f  HADOOP-17249. Upgrade jackson-databind to 2.9.10.6 on branch-2.10. (#2279)
42ac46f is described below

commit 42ac46ff1821d2e84197020e767f2a3ce6623834
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Wed Sep 9 09:55:11 2020 +0900

    HADOOP-17249. Upgrade jackson-databind to 2.9.10.6 on branch-2.10. (#2279)
---
 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 9137995..f217c1c 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.5</jackson2.databind.version>
+    <jackson2.databind.version>2.9.10.6</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