Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Log correlation demos: Upgrade opencensus-java to 0.16.1. (#64)
Browse files Browse the repository at this point in the history
opencensus-java 0.16.1 has a fix for
census-instrumentation/opencensus-java#1436, which
affected the Log4j log correlation demo.
  • Loading branch information
sebright authored Sep 18, 2018
1 parent c9459a5 commit 471fb82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/log_correlation/log4j2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
group = "io.opencensus"
version = "0.17.0-SNAPSHOT"

def opencensusVersion = "0.16.0"
def opencensusVersion = "0.16.1"

def jacksonVersion = '2.9.6'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
group = "io.opencensus"
version = "0.17.0-SNAPSHOT"

def opencensusVersion = "0.16.0"
def opencensusVersion = "0.16.1"

tasks.withType(JavaCompile) {
sourceCompatibility = '1.7'
Expand Down
2 changes: 1 addition & 1 deletion java/log_correlation/stackdriver/logback/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
group = "io.opencensus"
version = "0.17.0-SNAPSHOT"

def opencensusVersion = "0.16.0"
def opencensusVersion = "0.16.1"

tasks.withType(JavaCompile) {
sourceCompatibility = '1.7'
Expand Down

0 comments on commit 471fb82

Please sign in to comment.