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 eb665b7 commit d291767Copy full SHA for d291767
kafka-exporter/build.gradle.kts
@@ -21,7 +21,7 @@ dependencies {
21
runtimeOnly("com.fasterxml.jackson.core:jackson-databind")
22
23
implementation("io.opentelemetry:opentelemetry-exporter-otlp-common")
24
- implementation("com.google.protobuf:protobuf-java")
+ implementation("com.google.protobuf:protobuf-java:3.23.4")
25
26
testImplementation("io.opentelemetry:opentelemetry-api")
27
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
0 commit comments