This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new e40ba229b41 HBASE-29527 Bump org.bouncycastle:bcpkix-jdk18on from 1.78
to 1.81 (#7223)
e40ba229b41 is described below
commit e40ba229b411fe2acb23374ce538586727fb1d59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 15 11:25:10 2025 +0800
HBASE-29527 Bump org.bouncycastle:bcpkix-jdk18on from 1.78 to 1.81 (#7223)
Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java)
from 1.78 to 1.81.
-
[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:bcpkix-jdk18on
dependency-version: 1.81
dependency-type: direct:production
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Duo Zhang <[email protected]>
Signed-off-by: Pankaj Kumar <[email protected]>
Signed-off-by: Nihal Jain <[email protected]>
Signed-off-by: Dávid Paksy <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9b315685e0d..d37c2aac5fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -923,7 +923,7 @@
<joni.version>2.2.3</joni.version>
<jcodings.version>1.0.61</jcodings.version>
<spy.version>2.12.3</spy.version>
- <bouncycastle.version>1.78</bouncycastle.version>
+ <bouncycastle.version>1.81</bouncycastle.version>
<skyscreamer.version>1.5.1</skyscreamer.version>
<commons-crypto.version>1.1.0</commons-crypto.version>
<curator.version>5.7.1</curator.version>