From d73690344e4b01b99958035f8d5c613ab61d855d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:25:39 +0000 Subject: [PATCH] Bump org.mnode.ical4j:ical4j from 4.0.5 to 4.0.6 Bumps [org.mnode.ical4j:ical4j](https://github.com/ical4j/ical4j) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/ical4j/ical4j/releases) - [Changelog](https://github.com/ical4j/ical4j/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ical4j/ical4j/compare/ical4j-4.0.5...ical4j-4.0.6) --- updated-dependencies: - dependency-name: org.mnode.ical4j:ical4j dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- biz.ganttproject.impex.ical/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biz.ganttproject.impex.ical/build.gradle b/biz.ganttproject.impex.ical/build.gradle index 95a4036334..bf4cb1bba1 100644 --- a/biz.ganttproject.impex.ical/build.gradle +++ b/biz.ganttproject.impex.ical/build.gradle @@ -10,7 +10,7 @@ dependencies { providedCompile project(':biz.ganttproject.app.libs') providedCompile project(':biz.ganttproject.core') providedCompile project(':ganttproject') - implementation 'org.mnode.ical4j:ical4j:4.0.5' + implementation 'org.mnode.ical4j:ical4j:4.0.6' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'