diff --git a/get-started/azure-auth/java/app/build.gradle b/get-started/azure-auth/java/app/build.gradle index 9e5f637e0..0e8e1e81f 100644 --- a/get-started/azure-auth/java/app/build.gradle +++ b/get-started/azure-auth/java/app/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0' implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.7.0' implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.0' - implementation 'com.azure:azure-identity:1.14.1' + implementation 'com.azure:azure-identity:1.14.2' // }