diff --git a/app/build.gradle b/app/build.gradle index dc95a19..1b4df67 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.7.1-jre' - implementation 'com.azure:azure-identity:1.18.4' + implementation 'com.azure:azure-identity:1.18.5' implementation 'com.microsoft.graph:microsoft-graph:6.67.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.3' }