From a8afe4e976ac294f73f533abaca2d4d5eef4afea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 13:51:21 +0000 Subject: [PATCH] Bump com.google.guava:guava from 31.1-android to 32.1.1-android Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-android to 32.1.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 ... 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 f2d92326b..e5f42ecb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'com.google.android.material:material:1.8.0' implementation 'com.google.code.gson:gson:2.10.1' implementation 'org.mindrot:jbcrypt:0.4' - implementation 'com.google.guava:guava:31.1-android' + implementation 'com.google.guava:guava:32.1.1-android' implementation 'com.annimon:stream:1.2.2' implementation 'com.android.volley:volley:1.2.1' implementation 'commons-io:commons-io:2.11.0'