From 035efaf97b20af41718e2a83dfe02605cbaa4600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:21:46 +0000 Subject: [PATCH] Build(deps): Bump com.github.bitfireAT:dav4jvm from 2.1.3 to 2.2.1 Bumps [com.github.bitfireAT:dav4jvm](https://github.com/bitfireAT/dav4jvm) from 2.1.3 to 2.2.1. - [Changelog](https://github.com/bitfireAT/dav4jvm/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitfireAT/dav4jvm/compare/2.1.3...2.2.1) --- updated-dependencies: - dependency-name: com.github.bitfireAT:dav4jvm dependency-type: direct:production update-type: version-update:semver-minor ... 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 a18f2622d1..72eec8784b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -190,7 +190,7 @@ dependencies { implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' androidTestImplementation "androidx.work:work-testing:${workVersion}" implementation 'com.google.android.flexbox:flexbox:3.0.0' - implementation ('com.github.bitfireAT:dav4jvm:2.1.3', { + implementation ('com.github.bitfireAT:dav4jvm:2.2.1', { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser }) implementation 'org.conscrypt:conscrypt-android:2.5.2'