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

aajisaka 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 07d3d5e   HADOOP-17534. Update Jackson to 2.10.5 and Jackson databind 
to 2.10.5.1 (#2708)
07d3d5e is described below

commit 07d3d5ea0b1e56c2f6027536d4c4667dbb9c8512
Author: Akira Ajisaka <[email protected]>
AuthorDate: Mon Feb 22 17:33:02 2021 +0900

     HADOOP-17534. Update Jackson to 2.10.5 and Jackson databind to 2.10.5.1 
(#2708)
    
    Reviewed-by: Wei-Chiu Chuang <[email protected]>
    (cherry picked from commit e119063a078f06523158dba3b9e16ca04768e920)
---
 hadoop-project/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 4d4e166..636b9b1 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -71,8 +71,8 @@
 
     <!-- jackson versions -->
     <jackson.version>1.9.13</jackson.version>
-    <jackson2.version>2.10.3</jackson2.version>
-    <jackson2.databind.version>2.10.3</jackson2.databind.version>
+    <jackson2.version>2.10.5</jackson2.version>
+    <jackson2.databind.version>2.10.5.1</jackson2.databind.version>
 
     <!-- httpcomponents versions -->
     <httpclient.version>4.5.13</httpclient.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to