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:39 UTC

[syncope] branch SYNCOPE-1545 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 SYNCOPE-1545
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/SYNCOPE-1545 by this push:
     new 2000264  Upgrading Jackson and java-uuid-generator
2000264 is described below

commit 20002646b0941a5ff683a0d94f248e98b66cf064
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 10942f6..9f99ac0 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>
@@ -900,7 +900,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>