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 2022/05/07 15:21:27 UTC

[syncope] branch master updated: Upgrading CAS (#343)

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 db980062bc Upgrading CAS (#343)
db980062bc is described below

commit db980062bc3362d532f267db536bfc6c667893ea
Author: Francesco Chicchiriccò <il...@users.noreply.github.com>
AuthorDate: Sat May 7 17:21:23 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index bb3e055ec4..124b7d281e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -448,7 +448,7 @@ under the License.
 
     <pac4j.version>5.3.1</pac4j.version>
 
-    <cas.version>6.5.3</cas.version>
+    <cas.version>6.5.4</cas.version>
     <cas-client.version>3.6.4</cas-client.version>
 
     <h2.version>2.1.212</h2.version>