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

bpatel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new c3d2b86ff RANGER-3299 : Upgrading the bouncycastle version for 
bcprov-jdk15on
c3d2b86ff is described below

commit c3d2b86ff5b464b67469bef0db00a4e8b485d417
Author: Dhaval Shah <dhavalshah9...@gmail.com>
AuthorDate: Thu May 27 23:54:28 2021 +0530

    RANGER-3299 : Upgrading the bouncycastle version for bcprov-jdk15on
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f65c050b2..15d6e6724 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
         
<com.microsoft.azure.adal4j.version>1.6.4</com.microsoft.azure.adal4j.version>
         <io.reactivex.rxjava.version>1.3.8</io.reactivex.rxjava.version>
         <net.minidev.asm.version>1.0.2</net.minidev.asm.version>
-        <org.bouncycastle.bcprov-jdk15on>1.59</org.bouncycastle.bcprov-jdk15on>
+        <org.bouncycastle.bcprov-jdk15on>1.68</org.bouncycastle.bcprov-jdk15on>
         <org.bouncycastle.bcpkix-jdk15on>1.59</org.bouncycastle.bcpkix-jdk15on>
         <lucene.version>8.4.0</lucene.version>
         <hppc.version>0.8.0</hppc.version>

Reply via email to