File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ val DEPENDENCIES = listOf(
103
103
" io.opentelemetry.contrib:opentelemetry-aws-xray-propagator:${otelContribVersion} " ,
104
104
" io.opentelemetry.contrib:opentelemetry-gcp-resources:${otelContribVersion} " ,
105
105
" 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" ,
107
107
" io.opentelemetry:opentelemetry-extension-annotations:1.18.0" , // deprecated, no longer part of bom
108
108
" org.assertj:assertj-core:3.27.2" ,
109
109
" org.awaitility:awaitility:4.2.2" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
8
8
testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
9
9
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" )
11
11
testImplementation(" io.opentelemetry:opentelemetry-api" )
12
12
13
13
testImplementation(" ch.qos.logback:logback-classic:1.5.16" )
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104
104
testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
105
105
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
106
106
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" )
108
108
109
109
testImplementation(" org.junit.jupiter:junit-jupiter-api:${ versions.junit} " )
110
110
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:${ versions.junit} " )
You can’t perform that action at this time.
0 commit comments