Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

deps: update dependency io.grpc:grpc-stub to v1.51.0 #485

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deps: update dependency io.grpc:grpc-stub to v1.51.0
  • Loading branch information
renovate-bot committed Nov 17, 2022
commit b04b42b7b0b3716deadefeb5442ce69f7c6823b8
2 changes: 1 addition & 1 deletion grpc-google-common-protos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compile 'io.grpc:grpc-stub:1.50.2'
compile 'io.grpc:grpc-stub:1.51.0'
compile 'io.grpc:grpc-protobuf:1.50.2'
compile project(':proto-google-common-protos')
}
Expand Down