Skip to content

Commit 2501c2b

Browse files
renovate-botmartijndwars
authored andcommitted
Update dependency org.bouncycastle:bcpkix-jdk15on to v1.70
1 parent 10c5bcb commit 2501c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation group: 'commons-io', name: 'commons-io', version: '2.8.0'
5252

5353
// For reading the demo vapid keypair from a pem file
54-
testImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.68'
54+
testImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
5555

5656
// For verifying Base64Encoder results in unit tests
5757
testImplementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'

0 commit comments

Comments
 (0)