Skip to content

Commit

Permalink
Updated the dependency on Bouncy Castle (1.80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Feb 16, 2025
1 parent 2ffe8e5 commit 4fc66ed
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,13 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcpg-jdk18on</artifactId>
<version>1.80</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.80</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
Expand Down Expand Up @@ -368,8 +373,7 @@
<include>commons-codec:commons-codec</include>
<include>commons-io:commons-io</include>
<include>org.apache.commons:commons-lang3</include>
<include>org.bouncycastle:bcpg-jdk15on</include>
<include>org.bouncycastle:bcprov-jdk15on</include>
<include>org.bouncycastle:*</include>
<include>org.tukaani:xz</include>
</includes>
</artifactSet>
Expand Down

0 comments on commit 4fc66ed

Please sign in to comment.