Skip to content

Commit

Permalink
Bump Bouncy Castle
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Oct 26, 2023
1 parent 7ae2c70 commit b1d9d92
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,21 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.74</version>
<version>1.70</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.76</version>
</dependency>
</dependency>
<!-- https://github.com/advisories/GHSA-hr8g-6v94-x4m9 -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.76</version>
</dependency>

<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
Expand Down

0 comments on commit b1d9d92

Please sign in to comment.