Skip to content

Commit 4adc410

Browse files
committed
Upgrade BouncyCastle dependencies
1 parent 05a0b8c commit 4adc410

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,14 @@
245245

246246
<dependency>
247247
<groupId>org.bouncycastle</groupId>
248-
<artifactId>bcprov-jdk15on</artifactId>
249-
<version>1.70</version>
248+
<artifactId>bcprov-jdk18on</artifactId>
249+
<version>1.80</version>
250250
</dependency>
251251

252252
<dependency>
253253
<groupId>org.bouncycastle</groupId>
254-
<artifactId>bcmail-jdk15on</artifactId>
255-
<version>1.70</version>
254+
<artifactId>bcmail-jdk18on</artifactId>
255+
<version>1.80</version>
256256
</dependency>
257257

258258
<dependency>

0 commit comments

Comments
 (0)