From 721cfbe11d8f7b808bf307d1312d5453b368bd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:44:29 +0000 Subject: [PATCH] Bump com.google.guava:guava in /app-auth/graphapponlytutorial Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.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-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 9656237..e21de9e 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.3.1-jre' + implementation 'com.google.guava:guava:33.4.0-jre' implementation 'com.azure:azure-identity:1.14.2' implementation 'com.microsoft.graph:microsoft-graph:6.23.0' }