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

dimuthuupe pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new fdd1de3  Updating jackson versions in distribution
fdd1de3 is described below

commit fdd1de3d2c60024e947078839f905171033d01c0
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Wed Jul 24 11:55:06 2019 -0400

    Updating jackson versions in distribution
---
 modules/distribution/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index b403bf7..e3ed654 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -328,17 +328,17 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.5.4</version>
+            <version>2.9.4</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
-            <version>2.5.4</version>
+            <version>2.9.4</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
-            <version>2.5.4</version>
+            <version>2.9.4</version>
         </dependency>
         <!-- zookeeper dependencies -->
 

Reply via email to