Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2024
1 parent b7e0e39 commit 13eaa06
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: '31.0.1-jre'
testImplementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'
}

wrapper {
Expand Down

0 comments on commit 13eaa06

Please sign in to comment.