From ea012ec593d4ca4ceb68ad0edf4b5a2dbb03f3df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 07:50:43 +0200 Subject: [PATCH] Bump okhttp from 4.9.3 to 4.10.0 (#1258) Bumps [okhttp](https://github.com/square/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) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- processor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/build.gradle b/processor/build.gradle index 769b9726..da16a16e 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.13.0' - implementation 'com.squareup.okhttp3:okhttp:4.9.3' + implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation project(":model")