mirror of https://github.com/apache/jclouds.git
JCLOUDS-1609: Upgrade to BouncyCastle 1.71
Release notes: https://www.bouncycastle.org/releasenotes.html#r1rv71
This commit is contained in:
parent
d404391651
commit
aea2603733
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue