From 0374b1001ce49a8976ccafcfd4707fbb44fe59ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Nov 2018 05:35:11 +0000 Subject: [PATCH] Bump okhttp3 from 3.11.0 to 3.12.0 Bumps `okhttp3` from 3.11.0 to 3.12.0. Updates `logging-interceptor` from 3.11.0 to 3.12.0 Updates `okhttp-urlconnection` from 3.11.0 to 3.12.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-3.11.0...parent-3.12.0) Updates `mockwebserver` from 3.11.0 to 3.12.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-3.11.0...parent-3.12.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 31baf040..689ae048 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { ext { jspoon = "1.3.2" - okhttp3 = "3.11.0" + okhttp3 = "3.12.0" retrofit = "2.4.0" }