Skip to content

Commit 807820e

Browse files
committed
Update to lastest version of bcprov-jdk18on so Dependabot will stop complaining.
Note that this is only used in a 'test' scope anyway and to the best of my knowlege, none of the test uses of any of the vulnerable Bouncy Castle methods.
1 parent 84aed56 commit 807820e

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
@@ -303,8 +303,8 @@
303303
</dependency>
304304
<dependency>
305305
<groupId>org.bouncycastle</groupId>
306-
<artifactId>bcprov-jdk15on</artifactId>
307-
<version>1.70</version>
306+
<artifactId>bcprov-jdk18on</artifactId>
307+
<version>1.78.1</version>
308308
<scope>test</scope>
309309
</dependency>
310310
<dependency>

0 commit comments

Comments
 (0)