This is an automated email from the ASF dual-hosted git repository.
apurtell pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.4 by this push:
new dafecec80a7 HBASE-27411 Update and clean up bcprov-jdk15on dependency
(#4817)
dafecec80a7 is described below
commit dafecec80a7ee28655d5d87f8263648e9a7aa21e
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]>
Conflicts:
hbase-server/pom.xml
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 590a57a4f00..f18bb4320a5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -594,7 +594,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.0.0</commons-crypto.version>
<curator.version>4.2.0</curator.version>