Skip to content

Commit 2cd1b4b

Browse files
Update dependency com.google.guava:guava to v33
1 parent 939eeb4 commit 2cd1b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
testImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
5555

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

6060
wrapper {

0 commit comments

Comments
 (0)