From 6326268793ef61439bd028056ac8be7dbf28bad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 20:41:56 +0000 Subject: [PATCH] Bump okhttpVersion from 3.14.2 to 4.9.1 Bumps `okhttpVersion` from 3.14.2 to 4.9.1. Updates `okhttp` from 3.14.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-3.14.2...parent-4.9.1) Updates `okhttp-urlconnection` from 3.14.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-3.14.2...parent-4.9.1) Updates `logging-interceptor` from 3.14.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-3.14.2...parent-4.9.1) 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 07cc044a4..ab7830042 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,7 +156,7 @@ ext { butterknifeVersion = "10.2.3" coilKtVersion = "1.2.1" daggerVersion = "2.35.1" - okhttpVersion = "3.14.2" + okhttpVersion = "4.9.1" materialDialogsVersion = "3.3.0" parcelerVersion = "1.1.13" powermockVersion = "2.0.9"