From 0c251a2161e1a45fbba912a2a59449cb5b3bf062 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 13:16:20 +0000 Subject: [PATCH] Bump retrofit from 2.3.0 to 2.9.0 Bumps [retrofit](https://github.com/square/retrofit) from 2.3.0 to 2.9.0. - [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...2.9.0) 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 6acf477..f0feceb 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ task fatJar(type: Jar) { dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' - compile 'com.squareup.retrofit2:retrofit:2.3.0' + compile 'com.squareup.retrofit2:retrofit:2.9.0' compile 'com.squareup.retrofit2:converter-jackson:2.3.0' compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.9.4' compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.0'