Skip to content

Commit

Permalink
Update dependency io.opentelemetry.instrumentation:opentelemetry-inst…
Browse files Browse the repository at this point in the history
…rumentation-api to v1.32.0
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent b20305e commit fd982c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-projects/custom-instrumentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
val autoServiceVersion = "1.1.1"
compileOnly("com.google.auto.service:auto-service-annotations:$autoServiceVersion")
annotationProcessor("com.google.auto.service:auto-service:$autoServiceVersion")
val otelInstrumentationVersion = "1.13.1-alpha"
val otelInstrumentationVersion = "1.32.0"
muzzleBootstrap("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:$otelInstrumentationVersion")
muzzleBootstrap("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:$otelInstrumentationVersion")
muzzleBootstrap("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-annotation-support:$otelInstrumentationVersion")
Expand Down

0 comments on commit fd982c7

Please sign in to comment.