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 @@ -108,7 +108,7 @@ val DEPENDENCIES = listOf(
108108 " io.opentelemetry.contrib:opentelemetry-gcp-resources:${otelContribVersion} " ,
109109 " io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources:${otelContribVersion} " ,
110110 " io.opentelemetry.contrib:opentelemetry-baggage-processor:${otelContribVersion} " ,
111- " io.opentelemetry.proto:opentelemetry-proto:1.5 .0-alpha" ,
111+ " io.opentelemetry.proto:opentelemetry-proto:1.7 .0-alpha" ,
112112 " io.opentelemetry:opentelemetry-extension-annotations:1.18.0" , // deprecated, no longer part of bom
113113 " org.assertj:assertj-core:3.27.3" ,
114114 " 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.19.0" )
88 testImplementation(" com.google.protobuf:protobuf-java-util:4.31.0" )
99 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
10- testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5 .0-alpha" )
10+ testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7 .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 @@ -102,7 +102,7 @@ dependencies {
102102 testImplementation(" com.google.protobuf:protobuf-java-util:4.31.0" )
103103 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
104104 testImplementation(" io.opentelemetry:opentelemetry-api" )
105- testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5 .0-alpha" )
105+ testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7 .0-alpha" )
106106
107107 testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.2" ))
108108 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
You can’t perform that action at this time.
0 commit comments