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
commit 3c579d54908dbb2c07841c3038429bbd18d91758
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 20 22:38:58 2026 +0000
Bump pac4j.version from 6.5.4 to 6.5.5
Bumps `pac4j.version` from 6.5.4 to 6.5.5.
Updates `org.pac4j:pac4j-saml` from 6.5.4 to 6.5.5
-
[Commits](https://github.com/pac4j/pac4j/compare/pac4j-parent-6.5.4...pac4j-parent-6.5.5)
Updates `org.pac4j:pac4j-oidc` from 6.5.4 to 6.5.5
-
[Commits](https://github.com/pac4j/pac4j/compare/pac4j-parent-6.5.4...pac4j-parent-6.5.5)
---
updated-dependencies:
- dependency-name: org.pac4j:pac4j-saml
dependency-version: 6.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.pac4j:pac4j-oidc
dependency-version: 6.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index f2b930db92..847fcc680f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,7 @@ under the License.
<commons-text.version>1.15.0</commons-text.version>
<commons-codec.version>1.22.0</commons-codec.version>
- <pac4j.version>6.5.4</pac4j.version>
+ <pac4j.version>6.5.5</pac4j.version>
<cas.version>8.0.0</cas.version>
<cas-client.version>4.1.1</cas-client.version>
@@ -1088,12 +1088,6 @@ under the License.
<groupId>org.pac4j</groupId>
<artifactId>pac4j-saml</artifactId>
<version>${pac4j.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcutil-jdk18on</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.pac4j</groupId>