From 3f88f0ef7abc533df9554a8a0dfdc7dad6b99a8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:54:39 +0000 Subject: [PATCH] fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.3.2 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 94a7ec15fe..89331b1ef1 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -60,7 +60,7 @@ configurations { dependencies { implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' - api 'com.squareup.okhttp3:okhttp:5.1.0' + api 'com.squareup.okhttp3:okhttp:5.3.2' 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.13.2'