diff --git a/components/authentication/azure/gradle/dependencies.gradle b/components/authentication/azure/gradle/dependencies.gradle index 11d2a0c0b..b8d98f5eb 100644 --- a/components/authentication/azure/gradle/dependencies.gradle +++ b/components/authentication/azure/gradle/dependencies.gradle @@ -9,7 +9,7 @@ dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation 'io.opentelemetry:opentelemetry-api:1.34.0' - implementation 'io.opentelemetry:opentelemetry-context:1.33.0' + implementation 'io.opentelemetry:opentelemetry-context:1.34.0' implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' api 'com.azure:azure-core:1.45.1'