Skip to content

Commit

Permalink
fix(deps): Update grpc-java monorepo to v1.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 2, 2024
1 parent 7cd3e91 commit decb5ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dependencies {
implementation 'com.google.guava:guava:32.1.3-jre'
implementation 'info.picocli:picocli:4.7.5'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation "io.grpc:grpc-protobuf:1.60.1"
implementation "io.grpc:grpc-stub:1.60.1"
implementation "io.grpc:grpc-services:1.60.1"
implementation "io.grpc:grpc-testing:1.60.1"
implementation "io.grpc:grpc-protobuf:1.61.1"
implementation "io.grpc:grpc-stub:1.61.1"
implementation "io.grpc:grpc-services:1.61.1"
implementation "io.grpc:grpc-testing:1.61.1"
implementation "io.cloudquery:plugin-pb-java:0.0.12"
implementation "org.apache.arrow:arrow-memory-core:12.0.1"
implementation "org.apache.arrow:arrow-vector:12.0.1"
Expand Down

0 comments on commit decb5ad

Please sign in to comment.