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

Commit 093c5f5

Browse files
authored
deps: update gRPC (#2024)
* deps: update protobuf and gRPC @rghetia * deps: revert protobuf * add release notes
1 parent 5afb40c commit 093c5f5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Unreleased
22

3+
4+
## 0.26.0 - 2020-04
5+
- gRPC metrics collection now requires the
6+
[`io.grpc:grpc-census`](https://github.com/grpc/grpc-java/releases/tag/v1.27.0)
7+
artifact in addition to this module.
8+
39
## 0.25.0 - 2020-02-12
410
- Add an experimental artifact `opencensus-contrib-observability-ready-util`, that allows users to
511
use OpenCensus easily.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ subprojects {
161161
findBugsAnnotationsVersion = '3.0.1'
162162
findBugsJsr305Version = '3.0.2'
163163
errorProneVersion = '2.3.2'
164-
grpcVersion = '1.25.0'
164+
grpcVersion = '1.27.2'
165165
guavaVersion = '28.2-android'
166166
googleAuthVersion = '0.20.0'
167167
googleCloudBetaVersion = '0.100.0-beta'

0 commit comments

Comments
 (0)