Skip to content

Commit

Permalink
Replaced bcprov-jdk15on with bcprov-jdk18on. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvind5 authored Mar 28, 2024
1 parent e40411b commit 64e4b7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,17 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.10</version>
<version>9.37.2</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.68</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
<version>1.68</version>
<artifactId>bcmail-jdk18on</artifactId>
<version>1.77</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit 64e4b7d

Please sign in to comment.