From e91e32f1b2d7246b5266ffbe268e3f3126f063ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:15:47 +0000 Subject: [PATCH] Update dependency com.github.bitfireAT:dav4jvm to v3.0.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 8 ++++++++ library/build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index a7f006e97..adc22ca34 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -8603,6 +8603,14 @@ + + + + + + + + diff --git a/library/build.gradle b/library/build.gradle index 32dacff13..d8f5149ac 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' api 'com.squareup.okhttp3:okhttp:5.4.0' - implementation 'com.github.bitfireAT:dav4jvm:3.0.1' + implementation 'com.github.bitfireAT:dav4jvm:3.0.2' // in transition phase, we use old and new libs implementation group: 'com.google.code.gson', name: 'gson', version: '2.14.0' implementation 'androidx.annotation:annotation:1.10.0'