Downgrade BouncyCastle to 1.60, which works with Oracle JDK 1.7 (#54)

This commit is contained in:
Colm O hEigeartaigh 2019-11-18 13:54:30 +00:00 committed by Ignasi Barrera
parent 30830bfa4e
commit 18da28af9f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15on</artifactId>
<version>1.64</version>
<version>1.60</version>
</dependency>
</dependencies>