diff --git a/example-projects/custom-instrumentation/build.gradle.kts b/example-projects/custom-instrumentation/build.gradle.kts index 579ae04..0ebd4ee 100644 --- a/example-projects/custom-instrumentation/build.gradle.kts +++ b/example-projects/custom-instrumentation/build.gradle.kts @@ -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")