From beb46b18603daf57837ce75e6aebc4835e09574c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:26:05 +0000 Subject: [PATCH] Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.6.0-jre to 33.7.1-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.7.1-jre 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 a145909..dc95a19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' // This dependency is used by the application. - implementation 'com.google.guava:guava:33.6.0-jre' + implementation 'com.google.guava:guava:33.7.1-jre' implementation 'com.azure:azure-identity:1.18.4' implementation 'com.microsoft.graph:microsoft-graph:6.67.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.3'