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

Commit fe2efd8

Browse files
pavolloffayobjectiser
authored andcommitted
Bump okhttp version and zipkin reporter (#674)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 1430154 commit fe2efd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext.slf4jVersion = getProperty('slf4jVersion','1.7.28')
2525
ext.gsonVersion = getProperty('gsonVersion','2.8.6')
2626
ext.tracerResolverVersion = getProperty('tracerResolverVersion','0.1.8')
2727
ext.micrometerVersion = getProperty('micrometerVersion','1.2.0')
28-
ext.okhttpVersion = getProperty('okhttpVersion','3.9.0')
28+
ext.okhttpVersion = getProperty('okhttpVersion','4.2.2')
2929

3030
ext.junitVersion = '4.12'
3131
ext.mockitoVersion = '2.12.0'

jaeger-zipkin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description = 'Integration library for Zipkin'
33
dependencies {
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'

0 commit comments

Comments
 (0)