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 v2.6.0
  • Loading branch information
renovate[bot] authored and ryandens committed Jul 22, 2024
1 parent 97dde02 commit 9c3ed65
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 = "2.4.0"
val otelInstrumentationVersion = "2.6.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 9c3ed65

Please sign in to comment.