Skip to content

Commit

Permalink
Merge pull request #101 from karkum/patch-1
Browse files Browse the repository at this point in the history
Update brave version to 5.12.7
  • Loading branch information
smadappa authored Dec 10, 2020
2 parents 822cd49 + aa72647 commit 78a24d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evcache-zipkin-tracing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
compile project(':evcache-core')
compile group:"io.zipkin.brave", name:"brave", version:"5.10.1"
compile group:"io.zipkin.brave", name:"brave", version:"5.12.7"
testCompile group:"org.testng", name:"testng", version:"7.+"
testCompile group:"org.mockito", name:"mockito-all", version:"latest.release"
}
Expand All @@ -25,4 +25,4 @@ test {
maxHeapSize = '1536m'
testLogging.displayGranularity = -1
testLogging.showStandardStreams = true
}
}

0 comments on commit 78a24d4

Please sign in to comment.