Fix comment (#12502)

This commit is contained in:
Trask Stalnaker 2024-10-22 22:59:53 -07:00 committed by GitHub
parent 08ce46359a
commit d3e1a2c504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ plugins {
group = "io.opentelemetry.javaagent.instrumentation" group = "io.opentelemetry.javaagent.instrumentation"
dependencies { 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 // because newer versions use the new fluent ClientLogger.atWarning() from azure-core 1.24
// //
// note: // note: