From 64b1b8c1e535c7ff73b56bdc2b87544f1aa1df9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:37:54 +0000 Subject: [PATCH] Bump com.microsoft.graph:microsoft-graph in /src/app Bumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 5.80.0 to 6.6.0. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v5.80.0...v6.6.0) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/build.gradle b/src/app/build.gradle index 0e1fb36..4f17378 100644 --- a/src/app/build.gradle +++ b/src/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.microsoft.identity.client:msal:4.10.0' - implementation 'com.microsoft.graph:microsoft-graph:5.80.0' + implementation 'com.microsoft.graph:microsoft-graph:6.6.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'