From 3b996c43f79ab676d0d00be8abc0cecc2eed8aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 01:06:55 +0000 Subject: [PATCH] Bump okhttpVersion from 4.9.3 to 4.10.0 Bumps `okhttpVersion` from 4.9.3 to 4.10.0. Updates `okhttp` from 4.9.3 to 4.10.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.9.3...parent-4.10.0) Updates `okhttp-urlconnection` from 4.9.3 to 4.10.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.9.3...parent-4.10.0) Updates `logging-interceptor` from 4.9.3 to 4.10.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.9.3...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:okhttp-urlconnection dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-minor ... 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 c500b9f2a..1afe56929 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -149,7 +149,7 @@ ext { butterknifeVersion = "10.2.3" coilKtVersion = "2.1.0" daggerVersion = "2.42" - okhttpVersion = "4.9.3" + okhttpVersion = "4.10.0" materialDialogsVersion = "3.3.0" parcelerVersion = "1.1.13" retrofit2Version = "2.9.0"