This repository was archived by the owner on Jul 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ext.slf4jVersion = getProperty('slf4jVersion','1.7.28')
2525ext. gsonVersion = getProperty(' gsonVersion' ,' 2.8.6' )
2626ext. tracerResolverVersion = getProperty(' tracerResolverVersion' ,' 0.1.8' )
2727ext. micrometerVersion = getProperty(' micrometerVersion' ,' 1.2.0' )
28- ext. okhttpVersion = getProperty(' okhttpVersion' ,' 3.9.0 ' )
28+ ext. okhttpVersion = getProperty(' okhttpVersion' ,' 4.2.2 ' )
2929
3030ext. junitVersion = ' 4.12'
3131ext. mockitoVersion = ' 2.12.0'
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ description = 'Integration library for Zipkin'
33dependencies {
44 compile project(' :jaeger-client' )
55
6- compile group : ' io.zipkin.reporter2' , name : ' zipkin-sender-urlconnection' , version : ' 2.7.6 '
6+ compile group : ' io.zipkin.reporter2' , name : ' zipkin-sender-urlconnection' , version : ' 2.12.0 '
77 compile group : ' org.apache.thrift' , name : ' libthrift' , version : apacheThriftVersion
88
9- testCompile group : ' io.zipkin.zipkin2' , name : ' zipkin-junit' , version : ' 2.9.4 '
9+ testCompile group : ' io.zipkin.zipkin2' , name : ' zipkin-junit' , version : ' 2.19.2 '
1010 testCompile group : ' com.tngtech.java' , name : ' junit-dataprovider' , version : junitDataProviderVersion
1111
1212 signature ' org.codehaus.mojo.signature:java16:1.1@signature'
You can’t perform that action at this time.
0 commit comments