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/11/04 09:47:48 UTC

[syncope] branch master updated: Upgrading CAS

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 20e95afd7d Upgrading CAS
20e95afd7d is described below

commit 20e95afd7d3d301077c912c74eed0a21e491cf14
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Nov 4 10:47:40 2022 +0100

    Upgrading CAS
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd1a717203..92c809666b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@ under the License.
 
     <pac4j.version>5.5.0</pac4j.version>
 
-    <cas.version>6.6.1</cas.version>
+    <cas.version>6.6.2</cas.version>
     <cas-client.version>3.6.4</cas-client.version>
 
     <h2.version>2.1.214</h2.version>
@@ -1918,7 +1918,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>10.3.4</version>
+              <version>10.4</version>
             </dependency>
           </dependencies>
           <configuration>