You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by bp...@apache.org on 2022/04/22 12:26:27 UTC

[ranger] branch ranger-2.3 updated: RANGER-3299 : Upgrading the bouncycastle version for bcprov-jdk15on

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

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


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

commit 764da30b74791bb1c679688934253c1f86cfbf21
Author: Dhaval Shah <dh...@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 ef450c2f5..19e953eb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,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>