From 05d24724de6b8c8b5daa725ef0321f2988e13a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 05:37:59 +0000 Subject: [PATCH] Bump okhttp from 3.12.1 to 4.8.1 Bumps [okhttp](https://github.com/square/okhttp) from 3.12.1 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.12.1...parent-4.8.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 63d82f54d97..4472723282c 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.squareup.okhttp3:okhttp:3.12.1' + implementation 'com.squareup.okhttp3:okhttp:4.8.1' // Core Http library implementation 'com.microsoft.graph:microsoft-graph-core:1.0.2'