From d2b8a7c4a329fcf433aaa98ad76101f823957159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:07:36 +0000 Subject: [PATCH] Bump com.google.guava:guava in /user-auth/graphtutorial Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.0-jre to 33.4.6-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/app/build.gradle b/user-auth/graphtutorial/app/build.gradle index 834a81f..fa92d96 100644 --- a/user-auth/graphtutorial/app/build.gradle +++ b/user-auth/graphtutorial/app/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' // This dependency is used by the application. - implementation 'com.google.guava:guava:33.4.0-jre' + implementation 'com.google.guava:guava:33.4.6-jre' implementation 'com.azure:azure-identity:1.15.4' implementation 'com.microsoft.graph:microsoft-graph:6.32.0' }