Skip to content

Commit 17a1a1d

Browse files
authored
opentelemetry-proto version is set by dependency management (#10760)
1 parent 3cb5dde commit 17a1a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/images/grpc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation("io.grpc:grpc-netty-shaded")
1717
implementation("io.grpc:grpc-protobuf")
1818
implementation("io.grpc:grpc-stub")
19-
implementation("io.opentelemetry.proto:opentelemetry-proto:1.1.0-alpha")
19+
implementation("io.opentelemetry.proto:opentelemetry-proto")
2020
implementation(project(":instrumentation-annotations"))
2121
implementation("org.apache.logging.log4j:log4j-core")
2222

0 commit comments

Comments
 (0)