From 347c33f16e07511f0f7dea96725f2602d36d11cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 21:09:13 +0000 Subject: [PATCH] Bump okhttp from 3.12.1 to 4.9.2 Bumps [okhttp](https://github.com/square/okhttp) from 3.12.1 to 4.9.2. - [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.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ffb8901824a..9ac379d2aa3 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.2' // Core Http library api 'com.microsoft.graph:microsoft-graph-core:1.0.5'