Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Update java-tracerresolver to version 0.1.6 (#620)
Browse files Browse the repository at this point in the history
Version 0.1.5 of java-tracerresolver still dependes on OpenTracing 0.31.0.

Signed-off-by: Oliver Sand <[email protected]>
  • Loading branch information
Fox32 authored and jpkrohling committed Apr 30, 2019
1 parent 320cb5b commit 9fc8ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext.apacheThriftVersion = getProperty('apacheThriftVersion','0.12.0')
ext.jerseyVersion = getProperty('jerseyVersion','2.22.2')
ext.slf4jVersion = getProperty('slf4jVersion','1.7.25')
ext.gsonVersion = getProperty('gsonVersion','2.8.2')
ext.tracerResolverVersion = getProperty('tracerResolverVersion','0.1.5')
ext.tracerResolverVersion = getProperty('tracerResolverVersion','0.1.6')
ext.micrometerVersion = getProperty('micrometerVersion','1.0.0')
ext.okhttpVersion = getProperty('okhttpVersion','3.9.0')

Expand Down

0 comments on commit 9fc8ac0

Please sign in to comment.