From ca5deb37ba2916c4d7c143964f81c3bf685155d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 01:57:48 +0000 Subject: [PATCH] Build(deps): Bump okhttpVersion from 4.10.0 to 4.11.0 Bumps `okhttpVersion` from 4.10.0 to 4.11.0. Updates `com.squareup.okhttp3:okhttp` from 4.10.0 to 4.11.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.10.0...parent-4.11.0) Updates `com.squareup.okhttp3:okhttp-urlconnection` from 4.10.0 to 4.11.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.10.0...parent-4.11.0) Updates `com.squareup.okhttp3:logging-interceptor` from 4.10.0 to 4.11.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.10.0...parent-4.11.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 5354021f4..73bd195fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -144,7 +144,7 @@ ext { daggerVersion = "2.45" emojiVersion = "1.3.0" lifecycleVersion = '2.6.1' - okhttpVersion = "4.10.0" + okhttpVersion = "4.11.0" materialDialogsVersion = "3.3.0" parcelerVersion = "1.1.13" retrofit2Version = "2.9.0"