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

apurtell 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 b7fbb668d54 HBASE-27411  Update and clean up bcprov-jdk15on dependency 
(#4817)
b7fbb668d54 is described below

commit b7fbb668d54abc2c5b775a66e6507a0b57cff16e
Author: Andrew Purtell <[email protected]>
AuthorDate: Mon Oct 10 15:55:57 2022 -0700

    HBASE-27411  Update and clean up bcprov-jdk15on dependency (#4817)
    
    Signed-off-by: Duo Zhang <[email protected]>
    Signed-off-by: Nick Dimiduk <[email protected]>
---
 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 b57b5dff5fb..6f78a9f7787 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 9163cfcaa05..491930c0459 100644
--- a/pom.xml
+++ b/pom.xml
@@ -598,7 +598,7 @@
     <joni.version>2.1.31</joni.version>
     <jcodings.version>1.0.55</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>

Reply via email to