From fe90c5ca6761cc42466ab9476ab9d618f40f93da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:04:06 +0000 Subject: [PATCH] chore(deps): bump okhttpVersion from 5.0.0-alpha.12 to 5.0.0-alpha.14 Bumps `okhttpVersion` from 5.0.0-alpha.12 to 5.0.0-alpha.14. Updates `com.squareup.okhttp3:okhttp` from 5.0.0-alpha.12 to 5.0.0-alpha.14 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.12...parent-5.0.0-alpha.14) Updates `com.squareup.okhttp3:logging-interceptor` from 5.0.0-alpha.12 to 5.0.0-alpha.14 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.12...parent-5.0.0-alpha.14) Updates `com.squareup.okhttp3:mockwebserver` from 5.0.0-alpha.12 to 5.0.0-alpha.14 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.12...parent-5.0.0-alpha.14) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp 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 - dependency-name: com.squareup.okhttp3:mockwebserver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/build.gradle b/api-client/build.gradle index 2af79178a..17cd5d92a 100644 --- a/api-client/build.gradle +++ b/api-client/build.gradle @@ -20,7 +20,7 @@ android { dependencies { // TODO: pin okhttp to a stable version. 5.x is needed for this fix: // https://github.com/square/okhttp/issues/6258 - def okhttpVersion = '5.0.0-alpha.12' + def okhttpVersion = '5.0.0-alpha.14' def retrofitVersion = '2.9.0' api "com.squareup.okhttp3:okhttp:$okhttpVersion"