This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 000b401769e HBASE-29830 Manage org.bouncycastle:bcutil-jdk18on version
(#7627)
000b401769e is described below
commit 000b401769e458499c89e1128a07771d780f56bb
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 fe259aefb6a..bb6437982a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1701,6 +1701,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>