From 18e7d4be7881c8bdda05825fbc68f9995356e78d Mon Sep 17 00:00:00 2001 From: Connie Yau Date: Mon, 23 Mar 2020 11:35:02 -0700 Subject: [PATCH] Updating retrofit dependency (#661) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7cd49e6b45..e95675b036 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ com.squareup.retrofit2 retrofit - 2.5.0 + 2.7.2 com.squareup.okhttp3 @@ -86,7 +86,7 @@ com.squareup.retrofit2 converter-jackson - 2.5.0 + 2.7.2 com.fasterxml.jackson.core @@ -116,7 +116,7 @@ com.squareup.retrofit2 adapter-rxjava - 2.6.2 + 2.7.2 org.slf4j