Skip to content

Commit 60ea116

Browse files
authored
Merge pull request #150 from web-push-libs/renovate/com.google.guava-guava-30.x
Update dependency com.google.guava:guava to v30
2 parents 922fccf + 8c19734 commit 60ea116

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
@@ -54,7 +54,7 @@ dependencies {
5454
testCompile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.64'
5555

5656
// For verifying Base64Encoder results in unit tests
57-
testCompile group: 'com.google.guava', name: 'guava', version: '28.2-jre'
57+
testCompile group: 'com.google.guava', name: 'guava', version: '30.1-jre'
5858
}
5959

6060
wrapper {

0 commit comments

Comments
 (0)