diff --git a/user-auth/graphtutorial/app/build.gradle b/user-auth/graphtutorial/app/build.gradle index 6ed83f2..ce30ad4 100644 --- a/user-auth/graphtutorial/app/build.gradle +++ b/user-auth/graphtutorial/app/build.gradle @@ -23,7 +23,7 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:33.4.0-jre' - implementation 'com.azure:azure-identity:1.15.3' + implementation 'com.azure:azure-identity:1.15.4' implementation 'com.microsoft.graph:microsoft-graph:6.31.0' } //