From 53d84e049d67152e3a63e3b967e870d7e1d6c63b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 23:30:26 +0000 Subject: [PATCH] Bump retrofit from 2.8.1 to 2.8.2 Bumps [retrofit](https://github.com/square/retrofit) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/parent-2.8.1...2.8.2) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b7db4d7..8d92a5b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.13.1' implementation 'com.android.support:recyclerview-v7:28.0.0' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.squareup.retrofit2:retrofit:2.8.1' + implementation 'com.squareup.retrofit2:retrofit:2.8.2' implementation 'com.squareup.retrofit2:converter-gson:2.8.1' //Storeage