From 8b5c8704635cfdacf2d3aec6624e6af298f6a575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 07:14:58 +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 `okhttp-urlconnection` 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:okhttp-urlconnection 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 3b3803071..e635dd441 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -162,7 +162,7 @@ ext { butterknifeVersion = "10.2.3" coilKtVersion = "1.3.2" daggerVersion = "2.39.1" - okhttpVersion = "4.9.1" + okhttpVersion = "4.9.2" materialDialogsVersion = "3.3.0" parcelerVersion = "1.1.13" powermockVersion = "2.0.9"