diff --git a/user-auth/graphtutorial/app/build.gradle b/user-auth/graphtutorial/app/build.gradle index ac3f40c..019b10b 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.5.0-jre' - implementation 'com.azure:azure-identity:1.18.1' + implementation 'com.azure:azure-identity:1.18.2' implementation 'com.microsoft.graph:microsoft-graph:6.60.0' } //