From 0759742ea12a3c71cf9f2e1fa368476f56a3a827 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 04:44:22 +0000 Subject: [PATCH] Bump okhttp from 4.1.0 to 4.9.0 Bumps [okhttp](https://github.com/square/okhttp) from 4.1.0 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-4.1.0...parent-4.9.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..77a4994 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.9.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1' // jackson modules