From d8628050272327fd5424822035735237ba0d647e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 31 Jan 2021 23:22:08 +0000 Subject: [PATCH] Bump okhttp from 4.9.0 to 4.9.1 Bumps [okhttp](https://github.com/square/okhttp) from 4.9.0 to 4.9.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.9.0...parent-4.9.1) Signed-off-by: dependabot-preview[bot] --- upd8r/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upd8r/build.gradle b/upd8r/build.gradle index ac7f9e27..695802c3 100644 --- a/upd8r/build.gradle +++ b/upd8r/build.gradle @@ -9,7 +9,7 @@ ext { dependencies { implementation 'com.alibaba:fastjson:1.2.71' - implementation 'com.squareup.okhttp3:okhttp:4.9.0' + implementation 'com.squareup.okhttp3:okhttp:4.9.1' } apply from: "$parent.projectDir/gradle/publishing.gradle"