We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee3fff commit 27d48ebCopy full SHA for 27d48eb
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
testImplementation group: 'commons-io', name: 'commons-io', version: '2.8.0'
52
53
// For reading the demo vapid keypair from a pem file
54
- testImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.68'
+ testImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
55
56
// For verifying Base64Encoder results in unit tests
57
testImplementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'
0 commit comments