Skip to content

Commit

Permalink
Merge branch 'main' into nano/metal-corner-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan authored Apr 23, 2024
2 parents e2ebe30 + 5aa6167 commit 48e4a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boudicca.base/publisher-event-ical/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":boudicca.base:semantic-conventions"))
implementation("org.mnode.ical4j:ical4j:3.2.17") {
implementation("org.mnode.ical4j:ical4j:3.2.18") {
exclude("org.codehaus.groovy", "groovy")
exclude("org.codehaus.groovy", "groovy-dateutil")
exclude("commons-logging", "commons-logging")
Expand Down
2 changes: 1 addition & 1 deletion boudicca.events/eventcollectors/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation(project(":boudicca.base:eventcollector-client"))
implementation("org.jsoup:jsoup:1.17.2")
implementation("org.mnode.ical4j:ical4j:3.2.17") {
implementation("org.mnode.ical4j:ical4j:3.2.18") {
exclude("org.codehaus.groovy", "groovy")
exclude("org.codehaus.groovy", "groovy-dateutil")
}
Expand Down

0 comments on commit 48e4a45

Please sign in to comment.