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

Commit

Permalink
deps: update gRPC (#2024)
Browse files Browse the repository at this point in the history
* deps: update protobuf and gRPC

@rghetia

* deps: revert protobuf

* add release notes
  • Loading branch information
elharo committed Mar 18, 2020
1 parent 5afb40c commit 093c5f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
## Unreleased


## 0.26.0 - 2020-04
- gRPC metrics collection now requires the
[`io.grpc:grpc-census`](https://github.com/grpc/grpc-java/releases/tag/v1.27.0)
artifact in addition to this module.

## 0.25.0 - 2020-02-12
- Add an experimental artifact `opencensus-contrib-observability-ready-util`, that allows users to
use OpenCensus easily.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
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'
guavaVersion = '28.2-android'
googleAuthVersion = '0.20.0'
googleCloudBetaVersion = '0.100.0-beta'
Expand Down

0 comments on commit 093c5f5

Please sign in to comment.