We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a568048 + 04533f2 commit 674bb85Copy full SHA for 674bb85
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
testCompile group: 'commons-io', name: 'commons-io', version: '2.8.0'
52
53
// For reading the demo vapid keypair from a pem file
54
- testCompile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.64'
+ testCompile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.68'
55
56
// For verifying Base64Encoder results in unit tests
57
testCompile group: 'com.google.guava', name: 'guava', version: '30.1-jre'
0 commit comments