From 48103526ae307bfc7e114ee74dae3e1af969cc6c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 04:56:24 +0000 Subject: [PATCH] Bump okhttp from 4.1.0 to 4.8.0 Bumps [okhttp](https://github.com/square/okhttp) from 4.1.0 to 4.8.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-4.1.0...parent-4.8.0) 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 377c829..fa1a556 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ repositories.jcenter() dependencies { compileOnly 'org.jetbrains:annotations:17.0.0' - implementation 'com.squareup.okhttp3:okhttp:4.1.0' + implementation 'com.squareup.okhttp3:okhttp:4.8.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1' // jackson modules