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.46.0 #364

Merged
Changes from all commits
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-common-protos/build.gradle
Expand Up @@ -18,7 +18,7 @@ repositories {
}

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