You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2021/10/29 14:13:34 UTC

[atlas] branch branch-2.0 updated: ATLAS-4079 : Atlas-Upgrade jackson to 2.11.0+

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

pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 62369bb  ATLAS-4079 : Atlas-Upgrade jackson to 2.11.0+
62369bb is described below

commit 62369bbadb5193599029630cd826663c05d3f1ed
Author: chaitali borole <ch...@cloudera.com>
AuthorDate: Tue Jan 12 12:06:37 2021 +0530

    ATLAS-4079 : Atlas-Upgrade jackson to 2.11.0+
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b5dbc46..d6ef35a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -715,8 +715,8 @@
         <hppc.version>0.8.1</hppc.version>
         <httpcomponents-httpclient.version>4.5.13</httpcomponents-httpclient.version>
         <httpcomponents-httpcore.version>4.4.13</httpcomponents-httpcore.version>
-        <jackson.databind.version>2.10.5</jackson.databind.version>
-        <jackson.version>2.10.5</jackson.version>
+        <jackson.databind.version>2.11.3</jackson.databind.version>
+        <jackson.version>2.11.3</jackson.version>
         <janus.version>0.5.3</janus.version>
         <javax-inject.version>1</javax-inject.version>
         <javax.servlet.version>3.1.0</javax.servlet.version>