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 e6c081d commit cad7dc4Copy full SHA for cad7dc4
examples/distro/smoke-tests/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
dependencies {
6
testImplementation("org.testcontainers:testcontainers:1.18.3")
7
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
8
- testImplementation("com.google.protobuf:protobuf-java-util:3.23.2")
+ testImplementation("com.google.protobuf:protobuf-java-util:3.23.3")
9
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
10
testImplementation("io.opentelemetry.proto:opentelemetry-proto:0.20.0-alpha")
11
testImplementation("io.opentelemetry:opentelemetry-api:${versions.opentelemetry}")
0 commit comments