You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2019/10/30 00:24:22 UTC

[atlas] branch master updated: ATLAS-3452 Update jackson.databind.version to 2.10.0

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

sarath 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 7aca24f  ATLAS-3452 Update jackson.databind.version to 2.10.0
7aca24f is described below

commit 7aca24fb75beb48e9682cdc4988e5b6ac2ea1e90
Author: jajodia <ja...@cloudera.com>
AuthorDate: Tue Oct 29 14:30:44 2019 -0700

    ATLAS-3452 Update jackson.databind.version to 2.10.0
    
    Signed-off-by: Sarath Subramanian <sa...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ce7d6fb..b2506e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -692,7 +692,7 @@
         <!-- Needed for hooks -->
         <aopalliance.version>1.0</aopalliance.version>
         <jackson.version>2.9.9</jackson.version>
-        <jackson.databind.version>2.9.9.1</jackson.databind.version>
+        <jackson.databind.version>2.10.0</jackson.databind.version>
 
         <!-- Apache commons -->
         <commons-conf.version>1.10</commons-conf.version>