Skip to content

Commit

Permalink
Bump bouncycastle exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Oct 13, 2023
1 parent 7efff6c commit a629d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
<!-- Provided by bouncycastle-api-plugin -->
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
</exclusion>
<!-- Provided by Jenkins core -->
<exclusion>
Expand Down

0 comments on commit a629d93

Please sign in to comment.