Skip to content

Commit 27d48eb

Browse files
committed
Update dependency org.bouncycastle:bcpkix-jdk15on to v1.70
1 parent 8ee3fff commit 27d48eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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)