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 2a8d286d5 Bump opensaml.version from 5.1.6 to 5.2.0 (#581)
2a8d286d5 is described below
commit 2a8d286d5c86b48153e820913df6f962cc50d70d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 9 08:04:28 2026 +0000
Bump opensaml.version from 5.1.6 to 5.2.0 (#581)
Bumps `opensaml.version` from 5.1.6 to 5.2.0.
Updates `org.opensaml:opensaml-saml-impl` from 5.1.6 to 5.2.0
Updates `org.opensaml:opensaml-xacml-impl` from 5.1.6 to 5.2.0
Updates `org.opensaml:opensaml-xacml-saml-impl` from 5.1.6 to 5.2.0
---
updated-dependencies:
- dependency-name: org.opensaml:opensaml-saml-impl
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.opensaml:opensaml-xacml-impl
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.opensaml:opensaml-xacml-saml-impl
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 a64924a36..5d5a64dd6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -44,7 +44,7 @@
<junit.version>6.0.2</junit.version>
<kerby.version>2.1.1</kerby.version>
<neethi.version>3.2.1</neethi.version>
- <opensaml.version>5.1.6</opensaml.version>
+ <opensaml.version>5.2.0</opensaml.version>
<slf4j.version>2.0.17</slf4j.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<woodstox.version>7.1.1</woodstox.version>