@@ -19,17 +19,19 @@ java {
1919}
2020
2121repositories {
22+ maven {
23+ url " https://oss.sonatype.org/content/repositories/snapshots/"
24+ }
2225 mavenCentral()
2326}
2427
2528dependencies {
26- implementation(platform(" com.fasterxml.jackson:jackson-bom:2.13.2.20220328" ))
27- implementation(platform(" io.opentelemetry:opentelemetry-bom:1.13.0" ))
28- implementation(platform(" io.micrometer:micrometer-bom:1.8.5" ))
29+ implementation(platform(" com.fasterxml.jackson:jackson-bom:2.13.3" ))
30+ implementation(platform(" io.opentelemetry:opentelemetry-bom:1.14.0" ))
2931 implementation(platform(" org.junit:junit-bom:5.8.2" ))
3032
31- implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 1.11 .0'
32- implementation group : ' io.temporal' , name : ' temporal-opentracing' , version : ' 1.11 .0'
33+ implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 1.12 .0'
34+ implementation group : ' io.temporal' , name : ' temporal-opentracing' , version : ' 1.12 .0'
3335
3436 implementation " com.fasterxml.jackson.core:jackson-databind"
3537 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.11'
@@ -51,13 +53,13 @@ dependencies {
5153 implementation " io.opentelemetry:opentelemetry-sdk"
5254 implementation " io.opentelemetry:opentelemetry-exporter-jaeger"
5355 implementation " io.opentelemetry:opentelemetry-extension-trace-propagators"
54- implementation ' io.opentelemetry:opentelemetry-opentracing-shim:1.13 .0-alpha'
55- implementation ' io.opentelemetry:opentelemetry-semconv:1.13 .0-alpha'
56+ implementation ' io.opentelemetry:opentelemetry-opentracing-shim:1.14 .0-alpha'
57+ implementation ' io.opentelemetry:opentelemetry-semconv:1.14 .0-alpha'
5658
5759 // we don't update it to 2.1.0 because 2.1.0 requires Java 11
5860 implementation ' com.codingrodent:jackson-json-crypto:1.1.0'
5961
60- testImplementation(" io.temporal:temporal-testing:1.11 .0" )
62+ testImplementation(" io.temporal:temporal-testing:1.12 .0" )
6163
6264 testImplementation " junit:junit:4.13.2"
6365 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.5.1'
0 commit comments