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 master updated: Upgrading Jackson and JDEB

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

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


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

commit eb1eba0298078b1c832599103b6540829f759564
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 2704026..abf0a24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
 
     <cxf.version>3.3.3</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>
@@ -2083,7 +2083,7 @@ under the License.
         <plugin>
           <groupId>org.vafer</groupId>
           <artifactId>jdeb</artifactId>
-          <version>1.7</version>
+          <version>1.8</version>
         </plugin>
 
         <plugin>