Skip to content

Commit 9c152ec

Browse files
committed
Update dependency com.google.guava:guava to v28
1 parent 9e8545c commit 9c152ec

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: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.64'
5252

5353
// For verifying Base64Encoder results in unit tests
54-
testCompile group: 'com.google.guava', name: 'guava', version: '27.0.1-jre'
54+
testCompile group: 'com.google.guava', name: 'guava', version: '28.2-jre'
5555
}
5656

5757
wrapper {

0 commit comments

Comments
 (0)