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 2020/03/04 07:22:35 UTC

[syncope] branch master updated: Upgrading Jackson and java-uuid-generator

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 ab87978  Upgrading Jackson and java-uuid-generator
ab87978 is described below

commit ab879788d8430cd05ea851cbfd15b3d0e9940880
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 4 08:20:31 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index a09f02b..007e9b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cxf.version>3.3.5</cxf.version>
 
-    <jackson.version>2.10.2</jackson.version>
+    <jackson.version>2.10.3</jackson.version>
 
     <spring.version>5.2.4.RELEASE</spring.version>
     <spring-security.version>5.2.2.RELEASE</spring-security.version>
@@ -897,7 +897,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.uuid</groupId>
         <artifactId>java-uuid-generator</artifactId>
-        <version>4.0</version>
+        <version>4.0.1</version>
       </dependency>
 
       <dependency>