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 si...@apache.org on 2020/04/27 20:34:44 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17014. Upgrade jackson-databind to 2.9.10.4 (#1981)

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

siyao 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 9aef65c  HADOOP-17014. Upgrade jackson-databind to 2.9.10.4 (#1981)
9aef65c is described below

commit 9aef65cdb2a299ba42f1f4a85fcaa4def25462f1
Author: Siyao Meng <50...@users.noreply.github.com>
AuthorDate: Mon Apr 27 13:34:33 2020 -0700

    HADOOP-17014. Upgrade jackson-databind to 2.9.10.4 (#1981)
---
 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 e25ea78..6157d8f 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -70,7 +70,7 @@
     <!-- jackson versions -->
     <jackson.version>1.9.13</jackson.version>
     <jackson2.version>2.9.10</jackson2.version>
-    <jackson2.databind.version>2.9.10.3</jackson2.databind.version>
+    <jackson2.databind.version>2.9.10.4</jackson2.databind.version>
 
     <!-- httpcomponents versions -->
     <httpclient.version>4.5.6</httpclient.version>


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