Skip to content

Commit

Permalink
update dependency to use newer bouncy castle
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipgr4vy committed Aug 20, 2024
1 parent c0752fc commit 024e21e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@
<version>9.15.2</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.69</version>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand Down

0 comments on commit 024e21e

Please sign in to comment.