You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2022/06/18 09:25:36 UTC

[jclouds] branch master updated: JCLOUDS-1609: Upgrade to BouncyCastle 1.71

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aea2603733 JCLOUDS-1609: Upgrade to BouncyCastle 1.71
aea2603733 is described below

commit aea26037334665c544624d63916d8b2346d2da4e
Author: Andrew Gaul <ga...@apache.org>
AuthorDate: Sun Jun 12 19:50:37 2022 +0900

    JCLOUDS-1609: Upgrade to BouncyCastle 1.71
    
    Release notes:
    
    https://www.bouncycastle.org/releasenotes.html#r1rv71
---
 drivers/bouncycastle/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/bouncycastle/pom.xml b/drivers/bouncycastle/pom.xml
index 39650754fc..086f1849b0 100644
--- a/drivers/bouncycastle/pom.xml
+++ b/drivers/bouncycastle/pom.xml
@@ -45,8 +45,8 @@
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-ext-jdk15on</artifactId>
-      <version>1.60</version>
+      <artifactId>bcprov-ext-jdk18on</artifactId>
+      <version>1.71</version>
     </dependency>
   </dependencies>