This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new b52acf21114 HBASE-29830 Manage org.bouncycastle:bcutil-jdk18on version
(#7627)
b52acf21114 is described below
commit b52acf211149352c2296e3016654f0078c05366e
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Jan 20 16:23:53 2026 +0100
HBASE-29830 Manage org.bouncycastle:bcutil-jdk18on version (#7627)
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Dávid Paksy <[email protected]>
(cherry picked from commit 1e6768f4188c5598ebd29ef3dfc103e3785598b6)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6dc97d332c2..48d020b479f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1458,6 +1458,12 @@
<version>${bouncycastle.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcutil-jdk18on</artifactId>
+ <version>${bouncycastle.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>