From 0c65de6459b2e4904c3a2e203531fcf3e229788d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:40:53 +0000 Subject: [PATCH] Bump guava from 31.0.1-android to 31.1-android Bumps [guava](https://github.com/google/guava) from 31.0.1-android to 31.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 b2feeb1a..9b4c538a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'com.google.android.material:material:1.4.0' implementation 'com.google.code.gson:gson:2.9.0' implementation 'org.mindrot:jbcrypt:0.4' - implementation 'com.google.guava:guava:31.0.1-android' + implementation 'com.google.guava:guava:31.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'