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 a8fa6cb commit dd79c3aCopy full SHA for dd79c3a
smoke-tests/framework/build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
implementation("org.eclipse.jetty:jetty-servlet:10.0.24")
20
21
implementation("org.mock-server:mockserver-netty:5.15.0:shaded")
22
- implementation("io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha")
+ implementation("io.opentelemetry.proto:opentelemetry-proto:1.4.0-alpha")
23
24
// this is exposed in SmokeTestExtension API
25
api("org.testcontainers:testcontainers:1.20.3")
0 commit comments