You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2022/10/11 00:28:11 UTC

[hbase] branch branch-2 updated: HBASE-27411 Update and clean up bcprov-jdk15on dependency (#4817)

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

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


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 517e6172ebd HBASE-27411  Update and clean up bcprov-jdk15on dependency (#4817)
517e6172ebd is described below

commit 517e6172ebde2231e85b7658e5fa693b3701875a
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Mon Oct 10 15:55:57 2022 -0700

    HBASE-27411  Update and clean up bcprov-jdk15on dependency (#4817)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
    Signed-off-by: Nick Dimiduk <nd...@apache.org>
---
 hbase-server/pom.xml | 5 -----
 pom.xml              | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 807ed135b2d..3cd64d0cfc4 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -271,11 +271,6 @@
       <artifactId>hamcrest-library</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15on</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.kerby</groupId>
       <artifactId>kerb-client</artifactId>
diff --git a/pom.xml b/pom.xml
index 40d8b14e925..faf3cfa688a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -598,7 +598,7 @@
     <joni.version>2.1.42</joni.version>
     <jcodings.version>1.0.56</jcodings.version>
     <spy.version>2.12.2</spy.version>
-    <bouncycastle.version>1.67</bouncycastle.version>
+    <bouncycastle.version>1.70</bouncycastle.version>
     <kerby.version>1.0.1</kerby.version>
     <commons-crypto.version>1.1.0</commons-crypto.version>
     <curator.version>4.2.0</curator.version>