From db3d64ffa6074bc9a044d43104a4c33e066c30aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:08:24 +0000 Subject: [PATCH] chore(deps): bump okhttp_version from 4.12.0 to 5.4.0 Bumps `okhttp_version` from 4.12.0 to 5.4.0. Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.4.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.4.0) Updates `com.squareup.okhttp3:mockwebserver` from 4.12.0 to 5.4.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 b3da45ed..ac1142b6 100644 --- a/android-client-sdk/build.gradle +++ b/android-client-sdk/build.gradle @@ -105,7 +105,7 @@ ext { mockito_inline_version = '5.2.0' mockk_version = '1.14.6' hamcrest_version = "3.0" - okhttp_version = "4.12.0" + okhttp_version = "5.4.0" okhttp_eventsource_version = "4.1.1" kotlin_version = '2.1.20'