diff --git a/get-started/azure-auth/java/app/build.gradle b/get-started/azure-auth/java/app/build.gradle index 0273dd1fa..870a8c7b7 100644 --- a/get-started/azure-auth/java/app/build.gradle +++ b/get-started/azure-auth/java/app/build.gradle @@ -26,8 +26,8 @@ dependencies { // implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0' - implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.1' - implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.1' + implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.6.0' + implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.6.0' implementation 'com.azure:azure-identity:1.14.0' // }