From 7967cce9f6471687a2860eb0b5701865bd66b07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 02:28:52 +0000 Subject: [PATCH] Bump org.mnode.ical4j:ical4j from 3.0.0 to 3.2.14 Bumps [org.mnode.ical4j:ical4j](https://github.com/ical4j/ical4j) from 3.0.0 to 3.2.14. - [Changelog](https://github.com/ical4j/ical4j/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ical4j/ical4j/compare/ical4j-3.0.0...ical4j-3.2.14) --- updated-dependencies: - dependency-name: org.mnode.ical4j:ical4j 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 1227b2cf78ad..3d042082d95a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -319,7 +319,7 @@ dependencies { implementation 'org.osmdroid:osmdroid-android:6.1.16' - implementation('org.mnode.ical4j:ical4j:3.0.0') { + implementation('org.mnode.ical4j:ical4j:3.2.14') { ['org.apache.commons', 'commons-logging'].each { exclude group: "$it" }