This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new fb868acc066 HBASE-29830 Manage org.bouncycastle:bcutil-jdk18on version 
(#7627)
fb868acc066 is described below

commit fb868acc066b4bfe7e2e0e316d4e68cdba699e06
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 3c721588704..5747c5f5d87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1464,6 +1464,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>

Reply via email to