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

[syncope] branch 2_1_X 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 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 ca036b8  Upgrading Jackson and java-uuid-generator
ca036b8 is described below

commit ca036b891ada960724f60ac135c5cfe7c4ca03e9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 4 08:19:54 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 33b36e0..0417029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
 
     <cxf.version>3.2.12</cxf.version>
 
-    <jackson.version>2.10.2</jackson.version>
+    <jackson.version>2.10.3</jackson.version>
 
     <spring.version>5.1.14.RELEASE</spring.version>
     <spring-security.version>5.1.8.RELEASE</spring-security.version>
@@ -839,7 +839,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>