diff --git a/app/build.gradle b/app/build.gradle index 157c18b..bd106a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,7 +23,7 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:33.3.0-jre' implementation 'com.azure:azure-identity:1.13.2' - implementation 'com.microsoft.graph:microsoft-graph:6.15.0' + implementation 'com.microsoft.graph:microsoft-graph:6.16.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.3.0' }