aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/build.gradle2
-rw-r--r--examples/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/build.gradle b/examples/build.gradle
index f51b6087..22889e10 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -25,7 +25,7 @@ repositories {
group = "io.opencensus"
version = "0.17.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
-def opencensusVersion = "0.16.0" // LATEST_OPENCENSUS_RELEASE_VERSION
+def opencensusVersion = "0.16.1" // LATEST_OPENCENSUS_RELEASE_VERSION
def grpcVersion = "1.13.1" // CURRENT_GRPC_VERSION
def prometheusVersion = "0.3.0"
diff --git a/examples/pom.xml b/examples/pom.xml
index 015544b7..5f083126 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -10,7 +10,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- change to the version you want to use. -->
- <opencensus.version>0.16.0</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
+ <opencensus.version>0.16.1</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
<grpc.version>1.13.1</grpc.version><!-- CURRENT_GRPC_VERSION -->
</properties>
<dependencies>