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 e169dbc commit b61d3d0Copy full SHA for b61d3d0
lib/build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
implementation 'info.picocli:picocli:4.7.4'
30
implementation 'com.google.guava:guava:31.1-jre'
31
implementation "io.grpc:grpc-protobuf:1.57.1"
32
- implementation "io.grpc:grpc-stub:1.57.0"
+ implementation "io.grpc:grpc-stub:1.57.1"
33
implementation "io.grpc:grpc-services:1.57.1"
34
implementation "io.grpc:grpc-testing:1.57.1"
35
implementation "io.cloudquery:plugin-pb-java:0.0.5"
0 commit comments