From 601609a93c52fb3d2a03777c88683385f5ed6fa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:03:12 +0000 Subject: [PATCH] fix(deps): update okhttp monorepo to v5.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 4a88663a..f8111e2e 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -149,7 +149,7 @@ dependencies { implementation 'commons-io:commons-io:2.22.0' implementation 'com.squareup.retrofit2:retrofit:3.0.0' - implementation 'com.squareup.okhttp3:okhttp:5.3.2' + implementation 'com.squareup.okhttp3:okhttp:5.4.0' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.7.4'