From fd982c7d8b61c77f9922c2c0bd8474b1d7e13537 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 21:40:50 +0000 Subject: [PATCH] Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-api to v1.32.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 a760f51..a94a172 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")