Skip to content

Commit 2a6739b

Browse files
authored
Merge pull request #115 from web-push-libs/renovate/org.bouncycastle-bcpkix-jdk15on-1.x
Update dependency org.bouncycastle:bcpkix-jdk15on to v1.64
2 parents 4c01621 + a17d641 commit 2a6739b

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
@@ -48,7 +48,7 @@ dependencies {
4848
testCompile group: 'commons-io', name: 'commons-io', version: '2.6'
4949

5050
// For reading the demo vapid keypair from a pem file
51-
testCompile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.57'
51+
testCompile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.64'
5252

5353
// For verifying Base64Encoder results in unit tests
5454
testCompile group: 'com.google.guava', name: 'guava', version: '27.0.1-jre'

0 commit comments

Comments
 (0)