diff --git a/app/build.gradle b/app/build.gradle index 0a83cc7..b9088bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,7 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:33.4.8-jre' - implementation 'com.azure:azure-identity:1.16.1' + implementation 'com.azure:azure-identity:1.16.2' implementation 'com.microsoft.graph:microsoft-graph:6.40.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.4' }