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 @@ -107,7 +107,7 @@ val DEPENDENCIES = listOf(
107107 " io.opentelemetry.contrib:opentelemetry-gcp-resources:${otelContribVersion} " ,
108108 " io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources:${otelContribVersion} " ,
109109 " io.opentelemetry.contrib:opentelemetry-baggage-processor:${otelContribVersion} " ,
110- " io.opentelemetry.proto:opentelemetry-proto:1.7 .0-alpha" ,
110+ " io.opentelemetry.proto:opentelemetry-proto:1.8 .0-alpha" ,
111111 " io.opentelemetry:opentelemetry-extension-annotations:1.18.0" , // deprecated, no longer part of bom
112112 " org.assertj:assertj-core:3.27.4" ,
113113 " 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.0" )
88 testImplementation(" com.google.protobuf:protobuf-java-util:4.32.0" )
99 testImplementation(" com.squareup.okhttp3:okhttp:5.1.0" )
10- testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7 .0-alpha" )
10+ testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8 .0-alpha" )
1111 testImplementation(" io.opentelemetry:opentelemetry-api" )
1212
1313 testImplementation(" ch.qos.logback:logback-classic:1.5.18" )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ dependencies {
103103 testImplementation(" com.google.protobuf:protobuf-java-util:4.32.0" )
104104 testImplementation(" com.squareup.okhttp3:okhttp:5.1.0" )
105105 testImplementation(" io.opentelemetry:opentelemetry-api" )
106- testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7 .0-alpha" )
106+ testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.8 .0-alpha" )
107107
108108 testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.4" ))
109109 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
You can’t perform that action at this time.
0 commit comments