From 2493accb63fbfb519c9ca639d09a6afee5100687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Aug 2021 01:04:29 +0000 Subject: [PATCH] Bump dav4jvm from 2.1.2 to 2.1.3 Bumps dav4jvm from 2.1.2 to 2.1.3. --- updated-dependencies: - dependency-name: com.gitlab.bitfireAT:dav4jvm dependency-type: direct:production update-type: version-update:semver-patch ... 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 0de1f8a86..d5383b12d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -191,7 +191,7 @@ dependencies { implementation 'androidx.exifinterface:exifinterface:1.3.3' androidTestImplementation "androidx.work:work-testing:${workVersion}" implementation 'com.google.android:flexbox:2.0.1' - implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.2', { + implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.3', { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser }) ktlint "com.pinterest:ktlint:0.42.1"