You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/09/02 09:12:07 UTC

[syncope] branch 2_1_X updated: Upgrading Jackson and JDEB

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 21a180d  Upgrading Jackson and JDEB
21a180d is described below

commit 21a180d15f0cafcae847412758a9af3ac4af1d36
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Sep 2 11:07:12 2019 +0200

    Upgrading Jackson and JDEB
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 581e5a3..b8d4883 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
 
     <cxf.version>3.2.10</cxf.version>
 
-    <jackson.version>2.10.0.pr1</jackson.version>
+    <jackson.version>2.10.0.pr2</jackson.version>
 
     <spring.version>5.1.9.RELEASE</spring.version>
     <spring-security.version>5.1.6.RELEASE</spring-security.version>
@@ -2041,7 +2041,7 @@ under the License.
         <plugin>
           <groupId>org.vafer</groupId>
           <artifactId>jdeb</artifactId>
-          <version>1.7</version>
+          <version>1.8</version>
         </plugin>
 
         <plugin>