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 84baa91 commit 5193e2fCopy full SHA for 5193e2f
smoke-tests/framework/build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
implementation("org.eclipse.jetty:jetty-servlet:10.0.20")
20
21
implementation("org.mock-server:mockserver-netty:5.15.0:shaded")
22
- implementation("io.opentelemetry.proto:opentelemetry-proto:1.2.0-alpha")
+ implementation("io.opentelemetry.proto:opentelemetry-proto:1.3.1-alpha")
23
24
// this is exposed in SmokeTestExtension API
25
api("org.testcontainers:testcontainers:1.19.8")
0 commit comments