From 3dad47ff0e15908ff8cb55b0706aed1dd459c4db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 15:25:40 +0200 Subject: [PATCH] Bump volley from 1.1.0 to 1.1.1 (#1321) Bumps volley from 1.1.0 to 1.1.1. 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 0efae764..c6dffb3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'org.mindrot:jbcrypt:0.4' implementation 'com.google.guava:guava:23.6-android' implementation 'com.annimon:stream:1.1.9' - implementation 'com.android.volley:volley:1.1.0' + implementation 'com.android.volley:volley:1.1.1' implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.google.dagger:dagger:2.14.1' annotationProcessor "com.google.dagger:dagger-compiler:2.14.1"