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 2019/11/16 13:35:44 UTC

[syncope] branch master updated: Upgrading Spring Cloud

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


The following commit(s) were added to refs/heads/master by this push:
     new c47430d  Upgrading Spring Cloud
c47430d is described below

commit c47430de9e0a29052ce77bf811ddb24657b4c7fb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Nov 16 14:35:00 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index b3e9467..273570b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,7 +406,7 @@ under the License.
     <spring.version>5.2.1.RELEASE</spring.version>
     <spring-security.version>5.2.1.RELEASE</spring-security.version>
     <spring-boot.version>2.2.1.RELEASE</spring-boot.version>
-    <spring-cloud-gateway.version>2.2.0.RC1</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>2.2.0.RC2</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.0</openjpa.version>
     <hikaricp.version>3.4.1</hikaricp.version>