From 3cb82106605d84dbbbffa8b85ec3a22de3331836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 02:16:12 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/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) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- processor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/build.gradle b/processor/build.gradle index f4643bef0157..5f6e434eb2ad 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'com.beust:klaxon:5.6' implementation 'com.squareup.moshi:moshi:1.14.0' - implementation 'com.squareup.okhttp3:okhttp:4.10.0' + implementation 'com.squareup.okhttp3:okhttp:4.11.0' implementation "com.twelvemonkeys.imageio:imageio-jpeg:3.9.4" implementation "com.twelvemonkeys.imageio:imageio-batik:3.9.4"