Skip to content

Commit 69af94d

Browse files
authored
Merge pull request #58 from authlete/upgrade-bouncycastle
Upgrade bouncycastle to 1.77
2 parents 8780b4c + de8ded5 commit 69af94d

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
@@ -113,8 +113,8 @@
113113

114114
<dependency>
115115
<groupId>org.bouncycastle</groupId>
116-
<artifactId>bcprov-jdk15on</artifactId>
117-
<version>1.69</version>
116+
<artifactId>bcpkix-jdk18on</artifactId>
117+
<version>1.77</version>
118118
</dependency>
119119

120120
<dependency>

0 commit comments

Comments
 (0)