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/11/10 15:36:17 UTC

[syncope] branch master updated (4121541 -> f0a9625)

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 4121541  Upgrading Log4j
     new 100d656  Upgrading Spring
     new f0a9625  Upgrading CXF, Spring Cloud Gateway and Pac4j

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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[syncope] 01/02: Upgrading Spring

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 100d65685443ecac75071d8a41e75f40a1e72116
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Nov 10 12:22:24 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index d5d55e0..d06e85a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
 
     <jackson.version>2.11.3</jackson.version>
 
-    <spring.version>5.2.10.RELEASE</spring.version>
+    <spring.version>5.2.11.RELEASE</spring.version>
     <spring-security.version>5.4.1</spring-security.version>
     <spring-boot.version>2.3.5.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.5.RELEASE</spring-cloud-gateway.version>


[syncope] 02/02: Upgrading CXF, Spring Cloud Gateway and Pac4j

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 f0a962522d8c2cc974aa6d7eabde6feb86e7e596
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Nov 10 16:29:34 2020 +0100

    Upgrading CXF, Spring Cloud Gateway and Pac4j
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d06e85a..a4ed0e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ under the License.
     <connid.scimv11.version>1.0.1</connid.scimv11.version>
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
-    <cxf.version>3.4.0</cxf.version>
+    <cxf.version>3.4.1</cxf.version>
     <bouncycastle.version>1.67</bouncycastle.version>
 
     <jackson.version>2.11.3</jackson.version>
@@ -412,7 +412,7 @@ under the License.
     <spring.version>5.2.11.RELEASE</spring.version>
     <spring-security.version>5.4.1</spring-security.version>
     <spring-boot.version>2.3.5.RELEASE</spring-boot.version>
-    <spring-cloud-gateway.version>2.2.5.RELEASE</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>2.2.6.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.2</openjpa.version>
     <hikaricp.version>3.4.5</hikaricp.version>
@@ -447,7 +447,7 @@ under the License.
     
     <modernizer-maven.version>2.1.0</modernizer-maven.version>
 
-    <pac4j.version>4.1.0</pac4j.version>
+    <pac4j.version>4.2.0</pac4j.version>
 
     <cas.version>6.3.0-RC4</cas.version>
     <cas-client.version>3.6.2</cas-client.version>
@@ -2001,7 +2001,7 @@ under the License.
         <groupId>org.springframework.cloud</groupId>
         <artifactId>spring-cloud-contract-wiremock</artifactId>
         <!-- TMP: revert to ${spring-cloud-gateway.version} as soon as available -->
-        <version>2.2.4.RELEASE</version>
+        <version>2.2.5.RELEASE</version>
         <scope>test</scope>
       </dependency>
       <dependency>