From a730d4534839f2c529182dacfc5bd87c175694f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:04:58 +0000 Subject: [PATCH] Bump com.google.guava:guava in /app-auth/graphapponlytutorial Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.8-jre to 33.5.0-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-version: 33.5.0-jre dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/app/build.gradle b/app-auth/graphapponlytutorial/app/build.gradle index 8bfdccb..b381eb4 100644 --- a/app-auth/graphapponlytutorial/app/build.gradle +++ b/app-auth/graphapponlytutorial/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.8-jre' + implementation 'com.google.guava:guava:33.5.0-jre' implementation 'com.azure:azure-identity:1.17.0' implementation 'com.microsoft.graph:microsoft-graph:6.52.0' }