From bd3a135a0b3a862f065113c9eb4dc20f8bccb20c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 08:41:29 +0000 Subject: [PATCH] build(deps): bump okhttp from 3.14.0 to 4.8.1 Bumps [okhttp](https://github.com/square/okhttp) from 3.14.0 to 4.8.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.0...parent-4.8.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 a9ca9c8b..6b5a1eb1 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ ext { //retrofit and ok-http retrofitVersion = '2.5.0' - okhttpVersion = '3.14.0' + okhttpVersion = '4.8.1' // butterknife butterknifeVersion = '8.8.1'