From 55516c8fab16428be08b17e2df9cd26fcf18dc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:20:07 +0000 Subject: [PATCH] Bump okhttp_version from 4.9.3 to 4.12.0 Bumps `okhttp_version` from 4.9.3 to 4.12.0. Updates `com.squareup.okhttp3:okhttp` from 4.9.3 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-4.12.0) Updates `com.squareup.okhttp3:mockwebserver` from 4.9.3 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-4.12.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] --- android-client-sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-client-sdk/build.gradle b/android-client-sdk/build.gradle index f15cc68..0960156 100644 --- a/android-client-sdk/build.gradle +++ b/android-client-sdk/build.gradle @@ -108,7 +108,7 @@ ext { mockito_inline_version = '2.13.0' mockk_version = '1.12.4' hamcrest_version = "2.2" - okhttp_version = "4.9.3" + okhttp_version = "4.12.0" android_core_version = "2.1.0" androidx_junit_version = "1.1.3"