From 66649fd6d8061353f7b65d17f8c704a3b3dcc3c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:13:03 +0000 Subject: [PATCH] Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-api to v2.12.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 34b06f8..5f37d5c 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.11.0" + val otelInstrumentationVersion = "2.12.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")