From 8e25f9798a233e4e26123b117f93c08696af1dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:45:41 +0000 Subject: [PATCH] [dependabot]: Bump com.squareup.okhttp3:okhttp Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.3.2 to 5.4.0. - [Changelog](https://github.com/lysine-dev/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.2...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/espresso/android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/espresso/android/build.gradle.kts b/packages/espresso/android/build.gradle.kts index 69e495cb10fc..5b6503b61ad0 100644 --- a/packages/espresso/android/build.gradle.kts +++ b/packages/espresso/android/build.gradle.kts @@ -61,7 +61,7 @@ android { dependencies { implementation("com.google.guava:guava:33.6.0-android") - implementation("com.squareup.okhttp3:okhttp:5.3.2") + implementation("com.squareup.okhttp3:okhttp:5.4.0") implementation("com.google.code.gson:gson:2.13.2") androidTestImplementation("org.hamcrest:hamcrest:3.0")