From 0052a57accbc723df0be9f0e0ae7444d2d61d9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 05:57:20 +0000 Subject: [PATCH] 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:mockwebserver` 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:mockwebserver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/build.gradle b/main/build.gradle index 509a3904e13..b012f01437c 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -402,7 +402,7 @@ dependencies { // Metadata Extractor, EXIF location extraction from images implementation 'com.drewnoakes:metadata-extractor:2.18.0' - String okhttpVersion = '4.10.0' + String okhttpVersion = '4.11.0' implementation "com.squareup.okhttp3:okhttp:$okhttpVersion" // For local unit tests testImplementation "com.squareup.okhttp3:mockwebserver:$okhttpVersion"