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

deps: update dependency io.grpc:grpc-protobuf to v1.42.1 #235

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion grpc-google-iam-v1/build.gradle
Expand Up @@ -19,7 +19,7 @@ repositories {

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

Expand Down