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

deps: update gRPC #2024

Merged
merged 3 commits into from
Mar 18, 2020
Merged
Changes from 2 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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ subprojects {
findBugsAnnotationsVersion = '3.0.1'
findBugsJsr305Version = '3.0.2'
errorProneVersion = '2.3.2'
grpcVersion = '1.25.0'
grpcVersion = '1.27.2'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upgrading to grpcVersion will break grpc metrics collection using opencensus unless grpc-census package is included. See this release-note.

Please update the change.log for the dependency change and link to grpc release-note in the change.log.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

guavaVersion = '28.2-android'
googleAuthVersion = '0.20.0'
googleCloudBetaVersion = '0.100.0-beta'
Expand Down