This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new 814c7ac0b Bump opensaml.version from 5.2.0 to 5.2.1 (#587)
814c7ac0b is described below
commit 814c7ac0b5c1a93ba9263685b922c9eeb3ed056a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 14 11:21:36 2026 +0100
Bump opensaml.version from 5.2.0 to 5.2.1 (#587)
Bumps `opensaml.version` from 5.2.0 to 5.2.1.
Updates `org.opensaml:opensaml-saml-impl` from 5.2.0 to 5.2.1
Updates `org.opensaml:opensaml-xacml-impl` from 5.2.0 to 5.2.1
Updates `org.opensaml:opensaml-xacml-saml-impl` from 5.2.0 to 5.2.1
---
updated-dependencies:
- dependency-name: org.opensaml:opensaml-saml-impl
dependency-version: 5.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.opensaml:opensaml-xacml-impl
dependency-version: 5.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.opensaml:opensaml-xacml-saml-impl
dependency-version: 5.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 2df4d5b45..526323a64 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -44,7 +44,7 @@
<junit.version>6.0.3</junit.version>
<kerby.version>2.1.1</kerby.version>
<neethi.version>3.2.1</neethi.version>
- <opensaml.version>5.2.0</opensaml.version>
+ <opensaml.version>5.2.1</opensaml.version>
<slf4j.version>2.0.17</slf4j.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<woodstox.version>7.1.1</woodstox.version>