From f1daa8cc18b247e1488d0fd5146b499db4e604a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:21:11 +0000 Subject: [PATCH] chore(deps): bump volley in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#688) 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> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle index e4c8a885..0457a940 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.gms:play-services-maps:17.0.1' implementation 'com.google.android.libraries.places:places:2.4.0' - implementation 'com.android.volley:volley:1.2.0' + implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.13' implementation "androidx.core:core-ktx:1.6.0" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1"