From d3e1a2c504d6fab0e4f77c486f3aebed0ee27647 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 22 Oct 2024 22:59:53 -0700 Subject: [PATCH] Fix comment (#12502) --- .../library-instrumentation-shaded/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/azure-core/azure-core-1.19/library-instrumentation-shaded/build.gradle.kts b/instrumentation/azure-core/azure-core-1.19/library-instrumentation-shaded/build.gradle.kts index ebcd721e7c..ddfdec2843 100644 --- a/instrumentation/azure-core/azure-core-1.19/library-instrumentation-shaded/build.gradle.kts +++ b/instrumentation/azure-core/azure-core-1.19/library-instrumentation-shaded/build.gradle.kts @@ -6,7 +6,7 @@ plugins { group = "io.opentelemetry.javaagent.instrumentation" dependencies { - // this is the latest version that works with azure-core 1.14 + // this is the latest version that works with azure-core 1.19 // because newer versions use the new fluent ClientLogger.atWarning() from azure-core 1.24 // // note: