You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2019/11/18 13:55:36 UTC

[jclouds] branch master updated: Downgrade BouncyCastle to 1.60, which works with Oracle JDK 1.7 (#54)

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

nacx 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 18da28a  Downgrade BouncyCastle to 1.60, which works with Oracle JDK 1.7 (#54)
18da28a is described below

commit 18da28af9f4d3839f57277c84075b95a2f326b4a
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Mon Nov 18 13:54:30 2019 +0000

    Downgrade BouncyCastle to 1.60, which works with Oracle JDK 1.7 (#54)
---
 drivers/bouncycastle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bouncycastle/pom.xml b/drivers/bouncycastle/pom.xml
index 64ab828..5ba226b 100644
--- a/drivers/bouncycastle/pom.xml
+++ b/drivers/bouncycastle/pom.xml
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-ext-jdk15on</artifactId>
-      <version>1.64</version>
+      <version>1.60</version>
     </dependency>
   </dependencies>