Merge pull request #20 from gresham-computing/DWN-37825-upgrade-bouncycastle

DWN-37825: Upgrade Bouncycastle
pull/1601/head
Matt Lewis 2021-11-19 08:45:54 +00:00 committed by GitHub
commit b5ff33f4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId> <artifactId>bcprov-jdk15on</artifactId>
<version>[1.59,)</version> <version>1.68</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.eclipse.persistence</groupId> <groupId>org.eclipse.persistence</groupId>