File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ val DEPENDENCIES = listOf(
103103 " io.opentelemetry.contrib:opentelemetry-aws-xray-propagator:${otelContribVersion} " ,
104104 " io.opentelemetry.contrib:opentelemetry-gcp-resources:${otelContribVersion} " ,
105105 " io.opentelemetry.contrib:opentelemetry-baggage-processor:${otelContribVersion} " ,
106- " io.opentelemetry.proto:opentelemetry-proto:1.4 .0-alpha" ,
106+ " io.opentelemetry.proto:opentelemetry-proto:1.5 .0-alpha" ,
107107 " io.opentelemetry:opentelemetry-extension-annotations:1.18.0" , // deprecated, no longer part of bom
108108 " org.assertj:assertj-core:3.27.2" ,
109109 " org.awaitility:awaitility:4.2.2" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
88 testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
99 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
10- testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.4 .0-alpha" )
10+ testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5 .0-alpha" )
1111 testImplementation(" io.opentelemetry:opentelemetry-api" )
1212
1313 testImplementation(" ch.qos.logback:logback-classic:1.5.16" )
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104104 testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
105105 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
106106 testImplementation(" io.opentelemetry:opentelemetry-api" )
107- testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.4 .0-alpha" )
107+ testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5 .0-alpha" )
108108
109109 testImplementation(" org.junit.jupiter:junit-jupiter-api:${ versions.junit} " )
110110 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:${ versions.junit} " )
You can’t perform that action at this time.
0 commit comments