From 04cd6415654e84007ba96c7c3c4c2ac6a2dde8d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 20:17:53 +0000 Subject: [PATCH] Bump logging-interceptor from 4.2.2 to 4.9.1 Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.2.2 to 4.9.1. - [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.1) 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 5652977..a27701d 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { roomVersion = '2.2.2' retrofitVersion = '2.6.2' - okhttpVersion = '4.2.2' + okhttpVersion = '4.9.1' preferenceRoomVersion = '1.1.8' timberVersion = '4.7.1'