This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_1_X by this push:
new 067042d8f9 Upgrading CAS
067042d8f9 is described below
commit 067042d8f9d9e6b57189c7c799e82231062d4864
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Jul 18 07:43:17 2026 +0200
Upgrading CAS
---
pom.xml | 22 +---------------------
1 file changed, 1 insertion(+), 21 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9b5162fc1b..5b403aad14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,7 +467,7 @@ under the License.
<pac4j.version>6.3.3</pac4j.version>
<opensaml.version>5.2.2</opensaml.version>
- <cas.version>7.3.7.3</cas.version>
+ <cas.version>7.3.8</cas.version>
<cas-client.version>4.1.1</cas-client.version>
<swagger-core.version>2.2.52</swagger-core.version>
@@ -1093,31 +1093,11 @@ under the License.
<groupId>org.pac4j</groupId>
<artifactId>pac4j-saml</artifactId>
<version>${pac4j.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>findbugs-annotations</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.pac4j</groupId>
<artifactId>pac4j-oidc</artifactId>
<version>${pac4j.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>findbugs-annotations</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- PAC4J -->