From 74b4c15956f60bde3758c1b8fd7d1156b00fb1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:42:36 +0000 Subject: [PATCH] Bump com.microsoft.graph:microsoft-graph from 6.45.0 to 6.46.0 --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph dependency-version: 6.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a9ab154..73d8494 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.4.8-jre' implementation 'com.azure:azure-identity:1.16.2' - implementation 'com.microsoft.graph:microsoft-graph:6.45.0' + implementation 'com.microsoft.graph:microsoft-graph:6.46.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.8' }