Skip to content

Commit

Permalink
Migrate from bcpkix-jdk15on to bcpkix-jdk18on
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Sep 27, 2024
1 parent 697e947 commit 3698b75
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 @@ -43,8 +43,8 @@
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 3698b75

Please sign in to comment.