Skip to content

Commit a5057df

Browse files
author
Jeel Mehta
committed
Changing the bom dependency
1 parent cfd4533 commit a5057df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/aws-otel-otlp-udp-exporter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group = "software.amazon.opentelemetry.exporters.otlp.udp.trace"
2323
version = "0.1.0"
2424

2525
dependencies {
26-
implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.11.0-alpha"))
26+
implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.10.0"))
2727
implementation("io.opentelemetry:opentelemetry-api")
2828
implementation("io.opentelemetry:opentelemetry-sdk")
2929
implementation("io.opentelemetry:opentelemetry-exporter-otlp-common")

0 commit comments

Comments
 (0)