From 33a505ff714f897a51f577e92eb9996d275705c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 15:49:53 +0000 Subject: [PATCH] Bump dav4jvm from f2078bc846 to 2.1.2 Bumps dav4jvm from f2078bc846 to 2.1.2. Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 95cfaea95..95d1c6bbf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -152,7 +152,7 @@ dependencies { implementation "android.arch.work:work-rxjava2:${workVersion}" implementation 'com.google.android:flexbox:1.1.0' androidTestImplementation "android.arch.work:work-testing:${workVersion}" - implementation ('com.gitlab.bitfireAT:dav4jvm:f2078bc846', { + implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.2', { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser }) implementation 'org.conscrypt:conscrypt-android:2.2.1'