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

abstractdog pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 2c45604  TEZ-4158: Change to a maintained bouncy castle version 
(László Bodor reviewed by Ashutosh Chauhan, Jonathan Turner Eagles)
2c45604 is described below

commit 2c45604812e73f7c0b578d44fe534510ab244ee5
Author: László Bodor <[email protected]>
AuthorDate: Tue Apr 28 17:39:49 2020 +0200

    TEZ-4158: Change to a maintained bouncy castle version (László Bodor 
reviewed by Ashutosh Chauhan, Jonathan Turner Eagles)
    
    Signed-off-by: Laszlo Bodor <[email protected]>
---
 pom.xml           | 4 ++--
 tez-tests/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e443d1..20989d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -702,8 +702,8 @@
       </dependency>
       <dependency>
         <groupId>org.bouncycastle</groupId>
-        <artifactId>bcprov-jdk16</artifactId>
-        <version>1.46</version>
+        <artifactId>bcprov-jdk15on</artifactId>
+        <version>1.65</version>
         <scope>test</scope>
       </dependency>
       <dependency>
diff --git a/tez-tests/pom.xml b/tez-tests/pom.xml
index a263524..a5c9c73 100644
--- a/tez-tests/pom.xml
+++ b/tez-tests/pom.xml
@@ -126,7 +126,7 @@
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk16</artifactId>
+      <artifactId>bcprov-jdk15on</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to