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:12:39 UTC

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


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

commit d9ce6089fee5749d69b525e49c2b446202b800ab
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 da8260f..220ffe0 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>