From 01cb8d3f93aad5c04a49a004ecf21e0f3ca8fac9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 04:13:31 +0000 Subject: [PATCH] Bump okhttp from 2.2.0 to 2.7.5 Bumps [okhttp](https://github.com/square/okhttp) from 2.2.0 to 2.7.5. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/docs/changelog_2x.md) - [Commits](https://github.com/square/okhttp/compare/parent-2.2.0...parent-2.7.5) 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 a1c030da..0754d1ed 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { optional 'org.apache.httpcomponents:httpasyncclient:4.0.1' // Square OK HTTP - optional 'com.squareup.okhttp:okhttp:2.2.0' + optional 'com.squareup.okhttp:okhttp:2.7.5' // SLF4J logging API compile 'org.slf4j:slf4j-simple:1.7.7'