From 24baa636292e0134b48bd0bbb3582a2075c97620 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 12:41:50 +0100 Subject: [PATCH] Bump volley from 1.1.1 to 1.2.0 (#1616) Bumps [volley](https://github.com/google/volley) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/google/volley/releases) - [Commits](https://github.com/google/volley/compare/1.1.1...1.2.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 541e1181..45d04408 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'org.mindrot:jbcrypt:0.4' implementation 'com.google.guava:guava:30.0-android' implementation 'com.annimon:stream:1.2.1' - implementation 'com.android.volley:volley:1.1.1' + implementation 'com.android.volley:volley:1.2.0' implementation ('com.journeyapps:zxing-android-embedded:3.6.0') { transitive = false } implementation 'com.google.zxing:core:3.3.0'