From 640284d84846e798bd3dfa8d06bc93f3f58c25ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 00:45:16 +0000 Subject: [PATCH] Bump okHttpVersion from 4.9.1 to 4.9.2 Bumps `okHttpVersion` from 4.9.1 to 4.9.2. Updates `okhttp` from 4.9.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-4.9.1...parent-4.9.2) Updates `logging-interceptor` from 4.9.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-4.9.1...parent-4.9.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b0c31ed2..9a3de952 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,7 @@ android { ext { supportVersion = '28.0.0' - okHttpVersion = '4.9.1' + okHttpVersion = '4.9.2' daggerVersion = '1.2.5' leakCanaryVersion = '1.6.3' retrofitVersion = '2.9.0'