diff --git a/components/authentication/azure/gradle/dependencies.gradle b/components/authentication/azure/gradle/dependencies.gradle index ba52bfb7a..300834a7d 100644 --- a/components/authentication/azure/gradle/dependencies.gradle +++ b/components/authentication/azure/gradle/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { // Use JUnit Jupiter API for testing. testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2' testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation 'org.mockito:mockito-core:5.17.0' + testImplementation 'org.mockito:mockito-core:5.18.0' // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation 'io.opentelemetry:opentelemetry-api:1.50.0'