JCLOUDS-1609: Upgrade to BouncyCastle 1.71

Release notes:

https://www.bouncycastle.org/releasenotes.html#r1rv71
This commit is contained in:
Andrew Gaul 2022-06-12 19:50:37 +09:00 committed by Andrew Gaul
parent d404391651
commit aea2603733
1 changed files with 2 additions and 2 deletions

View File

@ -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>