diff --git a/example-projects/custom-instrumentation/build.gradle.kts b/example-projects/custom-instrumentation/build.gradle.kts index d5876d1..540018f 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 = "2.9.0" + val otelInstrumentationVersion = "2.10.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")