From 5cae0282c920d37c340b050f2360c3253f9b432d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 13:16:54 +0000 Subject: [PATCH] Bump converter-jackson from 2.3.0 to 2.8.2 Bumps [converter-jackson](https://github.com/square/retrofit) from 2.3.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.3.0...2.8.2) 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..c720996 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' compile 'com.squareup.retrofit2:retrofit:2.3.0' - compile 'com.squareup.retrofit2:converter-jackson:2.3.0' + compile 'com.squareup.retrofit2:converter-jackson:2.8.2' 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'