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

Commit ae204a4

Browse files
authored
Examples: Update gRPC version. (#1816)
1 parent f030797 commit ae204a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ group = "io.opencensus"
3434
version = "0.20.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
3535

3636
def opencensusVersion = "0.19.2" // LATEST_OPENCENSUS_RELEASE_VERSION
37-
def grpcVersion = "1.18.0" // CURRENT_GRPC_VERSION
37+
def grpcVersion = "1.19.0" // CURRENT_GRPC_VERSION
3838
def prometheusVersion = "0.6.0"
3939
def jettyVersion = "9.4.12.v20180830"
4040

0 commit comments

Comments
 (0)