From b666c2e8df041ee8ab1de93e472834c44d4269ca Mon Sep 17 00:00:00 2001 From: sebright Date: Sat, 15 Sep 2018 14:38:35 -0700 Subject: Update release versions for all readme and build files. (#1435) This commit also updates the gRPC dependency to 1.13.1 in the Maven and Gradle examples in order to resolve a dependency conflict in the Maven build. --- examples/build.gradle | 4 ++-- examples/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/build.gradle b/examples/build.gradle index 7ea053a7..f51b6087 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -25,8 +25,8 @@ repositories { group = "io.opencensus" version = "0.17.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION -def opencensusVersion = "0.15.1" // LATEST_OPENCENSUS_RELEASE_VERSION -def grpcVersion = "1.10.1" // CURRENT_GRPC_VERSION +def opencensusVersion = "0.16.0" // LATEST_OPENCENSUS_RELEASE_VERSION +def grpcVersion = "1.13.1" // CURRENT_GRPC_VERSION def prometheusVersion = "0.3.0" tasks.withType(JavaCompile) { diff --git a/examples/pom.xml b/examples/pom.xml index 1b16d2a9..015544b7 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -10,8 +10,8 @@ UTF-8 - 0.15.1 - 1.12.0 + 0.16.0 + 1.13.1 -- cgit v1.2.3