diff --git a/app/build.gradle b/app/build.gradle index 31fcf97..5d7a25a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.google.guava:guava:33.5.0-jre' implementation 'com.azure:azure-identity:1.18.2' implementation 'com.microsoft.graph:microsoft-graph:6.62.0' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.1' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.2' } // Apply a specific Java toolchain to ease working on different environments.