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/08/03 13:01:06 UTC

[syncope] branch master updated (fec256c -> f15b62f)

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

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


    from fec256c  Upgrading Mockito
     new 26ddf41  Upgrading Spring Cloud Gateway
     new f15b62f  Upgrading Jackson

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[syncope] 02/02: Upgrading Jackson

Posted by il...@apache.org.
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

commit f15b62feba3029f0e35461163d907ec58fe30a77
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Aug 3 14:55:49 2020 +0200

    Upgrading Jackson
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 422ebfe..04ae8dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
     <cxf.version>3.3.7</cxf.version>
     <bouncycastle.version>1.66</bouncycastle.version>
 
-    <jackson.version>2.11.1</jackson.version>
+    <jackson.version>2.11.2</jackson.version>
 
     <spring.version>5.2.8.RELEASE</spring.version>
     <spring-security.version>5.3.3.RELEASE</spring-security.version>


[syncope] 01/02: Upgrading Spring Cloud Gateway

Posted by il...@apache.org.
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

commit 26ddf415f1ec82afbb2487d55fb8722b1fda8333
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Aug 2 06:51:22 2020 +0200

    Upgrading Spring Cloud Gateway
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd533e0..422ebfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
     <spring.version>5.2.8.RELEASE</spring.version>
     <spring-security.version>5.3.3.RELEASE</spring-security.version>
     <spring-boot.version>2.3.2.RELEASE</spring-boot.version>
-    <spring-cloud-gateway.version>2.2.3.RELEASE</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>2.2.4.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.2</openjpa.version>
     <hikaricp.version>3.4.5</hikaricp.version>