This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/1.13.x by this push:
new 3678d8010 chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.83
to 1.84 (#2680)
3678d8010 is described below
commit 3678d801074570f20ab28c00917ab7a190ea0d47
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 2 16:33:43 2026 -0500
chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.83 to 1.84 (#2680)
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java)
from 1.83 to 1.84.
-
[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.84'
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>
---
crypto/cipher/pom.xml | 2 +-
crypto/hash/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/crypto/cipher/pom.xml b/crypto/cipher/pom.xml
index 7bae3f536..8c683ad7d 100644
--- a/crypto/cipher/pom.xml
+++ b/crypto/cipher/pom.xml
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
- <version>1.83</version>
+ <version>1.84</version>
<scope>test</scope>
</dependency>
diff --git a/crypto/hash/pom.xml b/crypto/hash/pom.xml
index 8f7e11cd1..0f21fa52e 100644
--- a/crypto/hash/pom.xml
+++ b/crypto/hash/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
- <version>1.83</version>
+ <version>1.84</version>
<scope>test</scope>
</dependency>