We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfcccd commit afd7ad7Copy full SHA for afd7ad7
lib/build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
implementation 'info.picocli:picocli:4.7.5'
36
implementation 'com.google.guava:guava:32.1.3-jre'
37
implementation "io.grpc:grpc-protobuf:1.60.1"
38
- implementation "io.grpc:grpc-stub:1.59.1"
+ implementation "io.grpc:grpc-stub:1.60.1"
39
implementation "io.grpc:grpc-services:1.57.2"
40
implementation "io.grpc:grpc-testing:1.60.1"
41
implementation "io.cloudquery:plugin-pb-java:0.0.7"
0 commit comments