You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2019/05/30 12:03:49 UTC

[atlas] branch branch-2.0 updated: ATLAS-3250-Update jackson version to 2.9.9 in pom.xml

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

nixon 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 aa4a04d  ATLAS-3250-Update jackson version to 2.9.9 in pom.xml
aa4a04d is described below

commit aa4a04d96a813fd753a8a793be878a6d5d6893a4
Author: nixonrodrigues <ni...@apache.org>
AuthorDate: Thu May 30 16:41:35 2019 +0530

    ATLAS-3250-Update jackson version to 2.9.9 in pom.xml
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 915a6ab..c142fa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -687,7 +687,7 @@
 
         <!-- Needed for hooks -->
         <aopalliance.version>1.0</aopalliance.version>
-        <jackson.version>2.9.8</jackson.version>
+        <jackson.version>2.9.9</jackson.version>
 
         <!-- Apache commons -->
         <commons-conf.version>1.10</commons-conf.version>