Skip to content

Commit d1208ab

Browse files
robert-gdvdsyer
authored andcommitted
replacing bouncycastle bcprov with bcpkix
1 parent ea460ad commit d1208ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
<dependency>
4747
<groupId>org.bouncycastle</groupId>
48-
<artifactId>bcprov-jdk18on</artifactId>
49-
<version>1.71</version>
48+
<artifactId>bcpkix-jdk18on</artifactId>
49+
<version>1.73</version>
5050
</dependency>
5151

5252
<dependency>

0 commit comments

Comments
 (0)