Skip to content

Commit 971ae76

Browse files
kylewlacyjazzido
authored andcommitted
Upgrade BouncyCastle dependencies
1 parent 5d91f1d commit 971ae76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@
268268

269269
<dependency>
270270
<groupId>org.bouncycastle</groupId>
271-
<artifactId>bcprov-jdk15on</artifactId>
272-
<version>1.70</version>
271+
<artifactId>bcprov-jdk18on</artifactId>
272+
<version>1.80</version>
273273
</dependency>
274274

275275
<dependency>
276276
<groupId>org.bouncycastle</groupId>
277-
<artifactId>bcmail-jdk15on</artifactId>
278-
<version>1.70</version>
277+
<artifactId>bcmail-jdk18on</artifactId>
278+
<version>1.80</version>
279279
</dependency>
280280

281281
<dependency>

0 commit comments

Comments
 (0)