Skip to content

Commit

Permalink
fix(deps): Update dependency io.grpc:grpc-stub to v1.60.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 1, 2024
1 parent 9057cdf commit b83adb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'info.picocli:picocli:4.7.5'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation "io.grpc:grpc-protobuf:1.59.1"
implementation "io.grpc:grpc-stub:1.59.1"
implementation "io.grpc:grpc-stub:1.60.1"
implementation "io.grpc:grpc-services:1.57.2"
implementation "io.grpc:grpc-testing:1.57.2"
implementation "io.cloudquery:plugin-pb-java:0.0.7"
Expand Down

0 comments on commit b83adb9

Please sign in to comment.