diff --git a/user-auth/graphtutorial/app/build.gradle b/user-auth/graphtutorial/app/build.gradle index ad88025..0d1d9cd 100644 --- a/user-auth/graphtutorial/app/build.gradle +++ b/user-auth/graphtutorial/app/build.gradle @@ -24,7 +24,7 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:33.5.0-jre' implementation 'com.azure:azure-identity:1.17.0' - implementation 'com.microsoft.graph:microsoft-graph:6.53.0' + implementation 'com.microsoft.graph:microsoft-graph:6.54.0' } //