From dd7ad9e1ebb835f326c5d10a929a7fa334b34056 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 22:54:03 +0000 Subject: [PATCH] Bump retrofit from 2.3.0 to 2.6.1 Bumps `retrofit` from 2.3.0 to 2.6.1. Updates `retrofit` from 2.3.0 to 2.6.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.3.0...parent-2.6.1) Updates `converter-gson` from 2.3.0 to 2.6.1 Updates `adapter-rxjava2` from 2.3.0 to 2.6.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 6ade19ab1..4267754ca 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { supportVersion = "27.1.0" gms = "12.0.0" thirtyinchVersion = '0.8.0' - retrofit = '2.3.0' + retrofit = '2.6.1' junitVersion = '4.12' mockitoVersion = '1.10.19' assertjVersion = '2.5.0'