From 30983695f750f2a658b4ab389d89a559b6666e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:40:20 +0000 Subject: [PATCH] Bump org.mnode.ical4j:ical4j from 3.2.12 to 3.2.13 Bumps [org.mnode.ical4j:ical4j](https://github.com/ical4j/ical4j) from 3.2.12 to 3.2.13. - [Changelog](https://github.com/ical4j/ical4j/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ical4j/ical4j/compare/ical4j-3.2.12...ical4j-3.2.13) --- updated-dependencies: - dependency-name: org.mnode.ical4j:ical4j dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- eventcollectors/build.gradle.kts | 2 +- publisher-ical/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eventcollectors/build.gradle.kts b/eventcollectors/build.gradle.kts index 0cb41f4b..958bbf5a 100644 --- a/eventcollectors/build.gradle.kts +++ b/eventcollectors/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib") implementation(project(":eventcollector-api")) implementation("org.jsoup:jsoup:1.16.1") - implementation("org.mnode.ical4j:ical4j:3.2.12") { + implementation("org.mnode.ical4j:ical4j:3.2.13") { exclude("org.codehaus.groovy", "groovy") exclude("org.codehaus.groovy", "groovy-dateutil") } diff --git a/publisher-ical/build.gradle.kts b/publisher-ical/build.gradle.kts index 792504a0..c7c5ac7e 100644 --- a/publisher-ical/build.gradle.kts +++ b/publisher-ical/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation(project(":semantic-conventions")) implementation("it.skrape:skrapeit:1.1.5") implementation("it.skrape:skrapeit-http-fetcher:1.1.5") - implementation("org.mnode.ical4j:ical4j:3.2.12") { + implementation("org.mnode.ical4j:ical4j:3.2.13") { exclude("org.codehaus.groovy", "groovy") exclude("org.codehaus.groovy", "groovy-dateutil") exclude("commons-logging", "commons-logging")