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 @@ -104,7 +104,7 @@ val DEPENDENCIES = listOf(
104104 " io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources:${otelContribVersion} " ,
105105 " io.opentelemetry.contrib:opentelemetry-baggage-processor:${otelContribVersion} " ,
106106 " io.opentelemetry.contrib:opentelemetry-samplers:${otelContribVersion} " ,
107- " io.opentelemetry.proto:opentelemetry-proto:1.8 .0-alpha" ,
107+ " io.opentelemetry.proto:opentelemetry-proto:1.9 .0-alpha" ,
108108 " io.opentelemetry:opentelemetry-extension-annotations:1.18.0" , // deprecated, no longer part of bom
109109 " org.assertj:assertj-core:3.27.6" ,
110110 " org.awaitility:awaitility:4.3.0" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.20.1" )
88 testImplementation(" com.google.protobuf:protobuf-java-util:4.33.1" )
99 testImplementation(" com.squareup.okhttp3:okhttp:5.3.0" )
10- testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8 .0-alpha" )
10+ testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.9 .0-alpha" )
1111 testImplementation(" io.opentelemetry:opentelemetry-api" )
1212
1313 testImplementation(" ch.qos.logback:logback-classic:1.5.21" )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ dependencies {
103103 testImplementation(" com.google.protobuf:protobuf-java-util:4.33.1" )
104104 testImplementation(" com.squareup.okhttp3:okhttp:5.3.0" )
105105 testImplementation(" io.opentelemetry:opentelemetry-api" )
106- testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8 .0-alpha" )
106+ testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.9 .0-alpha" )
107107
108108 testImplementation(enforcedPlatform(" org.junit:junit-bom:5.14.1" ))
109109 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
You can’t perform that action at this time.
0 commit comments