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 9e8545c + 9c152ec commit fb6d87fCopy full SHA for fb6d87f
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
testCompile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.64'
52
53
// For verifying Base64Encoder results in unit tests
54
- testCompile group: 'com.google.guava', name: 'guava', version: '27.0.1-jre'
+ testCompile group: 'com.google.guava', name: 'guava', version: '28.2-jre'
55
}
56
57
wrapper {
0 commit comments