From a8417dc1e21fca52ca96d9f64ee9f3f4164faf16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:00:40 +0000 Subject: [PATCH] Update okhttp monorepo to v5.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 3d883b287..7b8775a0d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0" implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' - api 'com.squareup.okhttp3:okhttp:5.3.2' + api 'com.squareup.okhttp3:okhttp:5.4.0' implementation 'com.github.bitfireAT:dav4jvm:2.2.1' // in transition phase, we use old and new libs implementation group: 'com.google.code.gson', name: 'gson', version: '2.14.0'