diff --git a/user-auth/graphtutorial/app/build.gradle b/user-auth/graphtutorial/app/build.gradle index 0d1d9cd..d2b6b98 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.17.0' + implementation 'com.azure:azure-identity:1.18.1' implementation 'com.microsoft.graph:microsoft-graph:6.54.0' } //