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:02:52 UTC

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


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

commit e36b27260845c2eeb2211d01235cc6d3578b1942
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)
---
 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 27b1a26..2f87170 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -72,7 +72,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>
 
     <!-- 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