Skip to content

Commit 674bb85

Browse files
authored
Merge pull request #135 from web-push-libs/renovate/org.bouncycastle-bcpkix-jdk15on-1.x
Update dependency org.bouncycastle:bcpkix-jdk15on to v1.68
2 parents a568048 + 04533f2 commit 674bb85

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
testCompile group: 'commons-io', name: 'commons-io', version: '2.8.0'
5252

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

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

0 commit comments

Comments
 (0)