We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe4e38 commit d7c1b4fCopy full SHA for d7c1b4f
lib/build.gradle
@@ -25,9 +25,9 @@ dependencies {
25
api 'org.apache.commons:commons-math3:3.6.1'
26
27
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
28
- implementation 'com.google.guava:guava:31.1-jre'
+ implementation 'com.google.guava:guava:32.1.2-jre'
29
implementation 'info.picocli:picocli:4.7.4'
30
31
implementation "io.grpc:grpc-protobuf:1.57.0"
32
implementation "io.grpc:grpc-stub:1.57.0"
33
implementation "io.grpc:grpc-services:1.57.0"
0 commit comments