From 0b28681f95aa08441e80948c3337efbd7d88740e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 11:12:18 +0000 Subject: [PATCH] Bump okhttp from 3.12.1 to 4.9.0 Bumps [okhttp](https://github.com/square/okhttp) from 3.12.1 to 4.9.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.12.1...parent-4.9.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 2c266674b44..c41fb307f08 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { api 'com.google.code.gson:gson:2.8.6' - implementation 'com.squareup.okhttp3:okhttp:3.12.1' + implementation 'com.squareup.okhttp3:okhttp:4.9.0' // Core Http library api 'com.microsoft.graph:microsoft-graph-core:1.0.5'