From 7a5e7594157ff2ec340372baa86e8de65bfce377 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 04:58:45 +0000 Subject: [PATCH] Bump libraryVersion.retrofit2 from 2.4.0 to 2.8.2 Bumps `libraryVersion.retrofit2` from 2.4.0 to 2.8.2. Updates `retrofit` from 2.4.0 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.4.0...2.8.2) Updates `adapter-rxjava2` from 2.4.0 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.4.0...2.8.2) Updates `converter-gson` from 2.4.0 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.4.0...2.8.2) Signed-off-by: dependabot-preview[bot] --- app-v3/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-v3/build.gradle b/app-v3/build.gradle index 864b9202..44c2c402 100644 --- a/app-v3/build.gradle +++ b/app-v3/build.gradle @@ -60,7 +60,7 @@ ext { libraryVersion = [ support : '28.0.0', gson : '2.8.6', - retrofit2 : '2.4.0', + retrofit2 : '2.8.2', circleimageview: '2.1.0', dagger : '2.18', glassfish : '10.0-b28',