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

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

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>