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:06:56 UTC

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


The following commit(s) were added to refs/heads/branch-1.0 by this push:
     new eb46c02  ATLAS-3250-Update jackson version to 2.9.9 in pom.xml
eb46c02 is described below

commit eb46c0230dec81f9aa8a91cb02e7d37ac73ca1b0
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 47bf742..bbe8f32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -676,7 +676,7 @@
 
         <!-- Needed for hooks -->
         <aopalliance.version>1.0</aopalliance.version>
-        <jackson.version>2.9.6</jackson.version>
+        <jackson.version>2.9.9</jackson.version>
 
         <!-- Apache commons -->
         <commons-conf.version>1.10</commons-conf.version>