From bb9b8b6566cd98e0b5db36a89de8af629964366d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 02:15:42 +0000 Subject: [PATCH] Update dependency com.google.auto.service:auto-service to v1.1.1 --- 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 b7b8a47..335a256 100644 --- a/example-projects/custom-instrumentation/build.gradle.kts +++ b/example-projects/custom-instrumentation/build.gradle.kts @@ -21,7 +21,7 @@ tasks.jar { dependencies { compileOnly("com.google.auto.service:auto-service-annotations:1.0.1") - annotationProcessor("com.google.auto.service:auto-service:1.0.1") + annotationProcessor("com.google.auto.service:auto-service:1.1.1") val otelInstrumentationVersion = "1.13.1-alpha" muzzleBootstrap("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:$otelInstrumentationVersion") muzzleBootstrap("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:$otelInstrumentationVersion")