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/10/16 06:54:04 UTC

[syncope] branch master updated: Upgrading Swagger UI + temporary use CAS 6.3.0-RC3

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 a0865db  Upgrading Swagger UI + temporary use CAS 6.3.0-RC3
a0865db is described below

commit a0865dbc09645426c8ecdb4ce90ad2f5d67058f9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Oct 16 08:52:46 2020 +0200

    Upgrading Swagger UI + temporary use CAS 6.3.0-RC3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 88cb422..84cd1a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@ under the License.
 
     <pac4j.version>4.1.0</pac4j.version>
 
-    <cas.version>6.3.0-SNAPSHOT</cas.version>
+    <cas.version>6.3.0-RC3</cas.version>
     <cas-client.version>3.6.1</cas-client.version>
 
     <h2.version>1.4.200</h2.version>
@@ -458,7 +458,7 @@ under the License.
     <mockito.version>3.5.13</mockito.version>
 
     <swagger-core.version>2.1.5</swagger-core.version>
-    <swagger-ui.version>3.35.1</swagger-ui.version>
+    <swagger-ui.version>3.35.2</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>