From 551c54e24b830f96f4abf9e226be90abc3ac9c4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:43:43 +0000 Subject: [PATCH] Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-api to v2.10.0 --- example-projects/custom-instrumentation/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")