Skip to content

Commit

Permalink
* upgrade bouncycastle to 1.78.1
Browse files Browse the repository at this point in the history
* merge optimizations from @h6x0r
  • Loading branch information
neodiX committed Aug 15, 2024
1 parent 67fdeac commit c39c407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mnemonic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit c39c407

Please sign in to comment.