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 48ca3636d Bump bcprov.version from 1.84 to 1.86 (#694)
48ca3636d is described below
commit 48ca3636d04906f970beaaef0ba97f1a9092d54f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 21 13:58:31 2026 +0100
Bump bcprov.version from 1.84 to 1.86 (#694)
Bumps `bcprov.version` from 1.84 to 1.86.
Updates `org.bouncycastle:bcprov-jdk18on` from 1.84 to 1.86
-
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md)
- [Commits](https://github.com/bcgit/bc-java/commits)
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.84 to 1.86
-
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md)
- [Commits](https://github.com/bcgit/bc-java/commits)
---
updated-dependencies:
- dependency-name: org.bouncycastle:bcpkix-jdk18on
dependency-version: '1.86'
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-version: '1.86'
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 a57629bc6..6d956d347 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -32,7 +32,7 @@
<url>https://ws.apache.org/wss4j/</url>
<properties>
- <bcprov.version>1.84</bcprov.version>
+ <bcprov.version>1.86</bcprov.version>
<bc.fips.version>2.1.3</bc.fips.version>
<commons.compress.version>1.28.0</commons.compress.version>
<cryptacular.version>1.3.0</cryptacular.version>