From b37fd99e074bf871e11bc3b1543a66c107c4af33 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 13:33:22 +0000 Subject: [PATCH] Bump converter-jackson from 2.3.0 to 2.7.2 Bumps converter-jackson from 2.3.0 to 2.7.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..b2d0288 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.7.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'