From 9cdd2ee2e20f29815307cd170309b0dddf8be386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:55:30 +0000 Subject: [PATCH] build(deps): bump com.squareup.okhttp3:mockwebserver in /android Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.12.0 to 5.4.0. - [Changelog](https://github.com/lysine-dev/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 ... Signed-off-by: dependabot[bot] --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 7def565..ca3281e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -142,7 +142,7 @@ dependencies { implementation "androidx.security:security-crypto:1.1.0-alpha06" // Native HTTP client backing platform::httpExecute. - implementation "com.squareup.okhttp3:okhttp:4.12.0" + implementation "com.squareup.okhttp3:okhttp:5.4.0" // ProcessLifecycleOwner, for the connectivity monitor's foreground scope. implementation "androidx.lifecycle:lifecycle-process:2.8.7" @@ -151,7 +151,7 @@ dependencies { implementation "androidx.work:work-runtime-ktx:2.9.1" testImplementation "junit:junit:4.13.2" - testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0" + testImplementation "com.squareup.okhttp3:mockwebserver:5.4.0" } if (isNewArchitectureEnabled()) {