diff --git a/app/build.gradle b/app/build.gradle index 7c5d886..2692e2c 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.3.1-jre' - implementation 'com.azure:azure-identity:1.14.0' + implementation 'com.azure:azure-identity:1.14.1' implementation 'com.microsoft.graph:microsoft-graph:6.19.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.7.0' }