Skip to content

Commit

Permalink
Update to BC 1.69
Browse files Browse the repository at this point in the history
This change also promotes the transitive dependencies (one new one) to
direct dependencies as it is the job of this plugin to provide them and
it removes the warning about bundling transitive dependencies.
  • Loading branch information
jtnord committed Jul 14, 2021
1 parent 8fd4c5a commit 2ddb7bc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Expand Up @@ -89,7 +89,17 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.68</version>
<version>1.69</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15on</artifactId>
<version>1.69</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit 2ddb7bc

Please sign in to comment.