Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading