From fad4dc8878ef202e5abb807f19d1c44d6591486c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 06:55:41 +0000 Subject: [PATCH] Update dependency org.apache.jackrabbit:jackrabbit-webdav to v2.22.3 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 308cf89e4..5fe52c41b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -61,7 +61,7 @@ configurations { dependencies { implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0" - implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' + implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.22.3' 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