From 2f195f031a09f8f3d8a44f4be123abe8f93e6ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:17:43 +0000 Subject: [PATCH] chore(deps): bump volley from 1.2.0 to 1.2.1 in /ApiDemos/java (#683) Bumps [volley](https://github.com/google/volley) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/google/volley/releases) - [Commits](https://github.com/google/volley/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: com.android.volley:volley dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/java/app/build.gradle b/ApiDemos/java/app/build.gradle index 32139998..978d25b7 100644 --- a/ApiDemos/java/app/build.gradle +++ b/ApiDemos/java/app/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.2.0' implementation "androidx.recyclerview:recyclerview:1.2.1" - implementation 'com.android.volley:volley:1.2.0' + implementation 'com.android.volley:volley:1.2.1' // GMS gmsImplementation 'com.google.android.gms:play-services-maps:17.0.1'