From b5bff83075ecfe65c30918932975ee051c30488f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 10:29:36 +0000 Subject: [PATCH] Bump guava from 27.0.1-android to 31.0.1-android Bumps [guava](https://github.com/google/guava) from 27.0.1-android to 31.0.1-android. - [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-major ... 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 7c49819..49e42f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -167,7 +167,7 @@ dependencies { implementation 'androidx.palette:palette:1.0.0' implementation 'androidx.documentfile:documentfile:1.0.1' - implementation 'com.google.guava:guava:27.0.1-android' + implementation 'com.google.guava:guava:31.0.1-android' def core_version = "1.7.0" implementation "androidx.core:core:$core_version"