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 01795fe  Upgrading CAS + Spring Cloud Gateway (JDK 16 profile)
01795fe is described below

commit 01795feb0dc90abbaadd37b7023c5649525405ef
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Sat Dec 26 08:33:48 2020 +0100

    Upgrading CAS + Spring Cloud Gateway (JDK 16 profile)
---
 pom.xml | 25 ++++---------------------
 1 file changed, 4 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 412c45c..4d4b66f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,13 +446,11 @@ under the License.
     <commons-codec.version>1.15</commons-codec.version>
     <commons-logging.version>1.1.3</commons-logging.version>
 
-    <okio.version>2.9.0</okio.version>
-
     <modernizer-maven.version>2.1.0</modernizer-maven.version>
 
-    <pac4j.version>4.2.0</pac4j.version>
+    <pac4j.version>4.3.0</pac4j.version>
 
-    <cas.version>6.3.0-RC5</cas.version>
+    <cas.version>6.3.0</cas.version>
     <cas-client.version>3.6.2</cas-client.version>
 
     <h2.version>1.4.200</h2.version>
@@ -1103,7 +1101,7 @@ under the License.
       <dependency>
         <groupId>com.squareup.okio</groupId>
         <artifactId>okio</artifactId>
-        <version>${okio.version}</version>
+        <version>2.9.0</version>
       </dependency>
 
       <dependency>
@@ -2962,7 +2960,7 @@ under the License.
       <properties>
         <spring.version>5.3.2</spring.version>
         <spring-boot.version>2.4.1</spring-boot.version>
-        <spring-cloud-gateway.version>3.0.0-RC1</spring-cloud-gateway.version>
+        <spring-cloud-gateway.version>3.0.0</spring-cloud-gateway.version>
 
         <argLine>-Xms512m -Xmx1024m -Xss256k 
-Dnet.bytebuddy.experimental=true</argLine>
       </properties>
@@ -3000,21 +2998,6 @@ under the License.
           </plugins>
         </pluginManagement>
       </build>
-
-      <repositories>
-        <repository>
-          <id>repository.spring.milestone</id>
-          <name>Spring Milestone Repository</name>
-          <url>https://repo.spring.io/milestone</url>
-        </repository>
-      </repositories>
-      <pluginRepositories>
-        <pluginRepository>
-          <id>repository.spring.milestone</id>
-          <name>Spring Milestone Repository</name>
-          <url>https://repo.spring.io/milestone</url>
-        </pluginRepository>
-      </pluginRepositories>
     </profile>
   </profiles>
 

Reply via email to