From 608451f3354e3093bdf940f7947d2b7b8d4f4310 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 04:56:55 +0000 Subject: [PATCH] Bump okhttp from 4.1.0 to 4.8.1 Bumps [okhttp](https://github.com/square/okhttp) from 4.1.0 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-4.1.0...parent-4.8.1) 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..3675ee2 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.1' implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1' // jackson modules