Skip to content

Commit d7c1b4f

Browse files
committed
fix(deps): Update dependency com.google.guava:guava to v32
1 parent efe4e38 commit d7c1b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies {
2525
api 'org.apache.commons:commons-math3:3.6.1'
2626

2727
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
28-
implementation 'com.google.guava:guava:31.1-jre'
28+
implementation 'com.google.guava:guava:32.1.2-jre'
2929
implementation 'info.picocli:picocli:4.7.4'
30-
implementation 'com.google.guava:guava:31.1-jre'
30+
implementation 'com.google.guava:guava:32.1.2-jre'
3131
implementation "io.grpc:grpc-protobuf:1.57.0"
3232
implementation "io.grpc:grpc-stub:1.57.0"
3333
implementation "io.grpc:grpc-services:1.57.0"

0 commit comments

Comments
 (0)