This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3_0_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/3_0_x-fixes by this push:
new 6d6eed5ef Bump bcprov.version from 1.82 to 1.83 (#553)
6d6eed5ef is described below
commit 6d6eed5efa3803193d1e8920a5e18a248de4dee6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 28 07:32:55 2025 +0000
Bump bcprov.version from 1.82 to 1.83 (#553)
Bumps `bcprov.version` from 1.82 to 1.83.
Updates `org.bouncycastle:bcprov-jdk18on` from 1.82 to 1.83
-
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.82 to 1.83
-
[Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)
---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-version: '1.83'
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcpkix-jdk18on
dependency-version: '1.83'
dependency-type: direct:development
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 6797789ed..16ddfc9cf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -32,7 +32,7 @@
<url>https://ws.apache.org/wss4j/</url>
<properties>
- <bcprov.version>1.82</bcprov.version>
+ <bcprov.version>1.83</bcprov.version>
<commons.compress.version>1.28.0</commons.compress.version>
<cryptacular.version>1.2.7</cryptacular.version>
<ehcache.version>3.11.1</ehcache.version>