From 97164b3b0108cbf30c376f84f52839c832ffc42a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 05:37:52 +0000 Subject: [PATCH] Bump retrofit from 2.7.0 to 2.7.1 Bumps [retrofit](https://github.com/square/retrofit) from 2.7.0 to 2.7.1. - [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.7.0...parent-2.7.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b12d4a1..9a6945d 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ repositories { dependencies { implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.squareup.retrofit2:retrofit:2.7.0' + implementation 'com.squareup.retrofit2:retrofit:2.7.1' implementation 'io.reactivex.rxjava2:rxjava:2.2.16' implementation 'net.danlew:android.joda:2.10.3' testCompile 'joda-time:joda-time:2.10.5'