From 1cd59aa8f3264e572ef2dc5f68de99a584319519 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:05:26 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.jackrabbit:jackrabbit-webdav to v2.22.1 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 abb9db20e9..9c4daafa06 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -59,7 +59,7 @@ configurations { } dependencies { - implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' + implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.22.1' api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.14' implementation 'com.github.bitfireAT:dav4jvm:2.2.1' // in transition phase, we use old and new libs