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.
2 parents 425b62b + a24e2a5 commit 497cb9dCopy full SHA for 497cb9d
exporters/aws-otel-otlp-udp-exporter/build.gradle.kts
@@ -23,7 +23,7 @@ group = "software.amazon.opentelemetry.exporters.otlp.udp.trace"
23
version = "0.0.1"
24
25
dependencies {
26
- implementation(platform("io.opentelemetry:opentelemetry-instrumentation-bom:1.32.1"))
+ implementation(platform("io.opentelemetry:opentelemetry-bom:1.44.1"))
27
implementation("io.opentelemetry:opentelemetry-api")
28
implementation("io.opentelemetry:opentelemetry-sdk")
29
implementation("io.opentelemetry:opentelemetry-exporter-otlp-common")
0 commit comments