diff --git a/components/authentication/azure/gradle/dependencies.gradle b/components/authentication/azure/gradle/dependencies.gradle index 521ab038..f2275891 100644 --- a/components/authentication/azure/gradle/dependencies.gradle +++ b/components/authentication/azure/gradle/dependencies.gradle @@ -10,7 +10,7 @@ dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation 'io.opentelemetry:opentelemetry-api:1.43.0' - implementation 'io.opentelemetry:opentelemetry-context:1.43.0' + implementation 'io.opentelemetry:opentelemetry-context:1.44.1' implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' api 'com.azure:azure-core:1.54.0'