Skip to content

Commit

Permalink
Merge pull request #183 from web-push-libs/upgrade/com.google.guava-g…
Browse files Browse the repository at this point in the history
…uava-31.x

Upgrade Guava to 31.0.1-jre
  • Loading branch information
martijndwars committed Dec 24, 2021
2 parents 9e0d0e6 + c9dad1a commit b7e0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
testImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'

// For verifying Base64Encoder results in unit tests
testImplementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'
testImplementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
}

wrapper {
Expand Down

0 comments on commit b7e0e39

Please sign in to comment.