We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc65970 commit 46a621cCopy full SHA for 46a621c
smoke-tests/framework/build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
implementation("org.eclipse.jetty:jetty-servlet:10.0.26")
20
21
implementation("org.mock-server:mockserver-netty:5.15.0:shaded")
22
- implementation("io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha")
+ implementation("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha")
23
24
// this is exposed in SmokeTestExtension API
25
api("org.testcontainers:testcontainers:1.21.3")
0 commit comments