Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
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-protobuf to v1.50.2
  • Loading branch information
renovate-bot committed Oct 24, 2022
commit 94c43abd03a431d743369f92d77a4e5c7a806295
2 changes: 1 addition & 1 deletion grpc-google-iam-v1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
compile 'io.grpc:grpc-stub:1.50.2'
compile 'io.grpc:grpc-protobuf:1.50.0'
compile 'io.grpc:grpc-protobuf:1.50.2'
compile project(':proto-google-iam-v1')
}

Expand Down