From d86f0d0deebfc03316556b68969cde9d42221bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 16:16:05 +0000 Subject: [PATCH] Bump OKHTTP_VERSION from 4.2.2 to 4.9.0 Bumps `OKHTTP_VERSION` from 4.2.2 to 4.9.0. Updates `logging-interceptor` from 4.2.2 to 4.9.0 - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.2.2...parent-4.9.0) Updates `okhttp` from 4.2.2 to 4.9.0 - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.2.2...parent-4.9.0) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d46ea751..69773be3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -149,7 +149,7 @@ dependencies { def MOCKITO_CORE_VERSION = "3.1.0" def MOSHI_VERSION = "1.9.2" def NAVIGATION_VERSION = "2.3.2" - def OKHTTP_VERSION = "4.2.2" + def OKHTTP_VERSION = "4.9.0" def OKIO_VERSION = "2.6.0" def OSMDROID_VERSION = "6.1.2" def PERMISSIONS_DISPATCHER_VERSION = "4.7.0"