Skip to content

Commit

Permalink
Bump org.mnode.ical4j:ical4j from 3.2.12 to 3.2.13
Browse files Browse the repository at this point in the history
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](ical4j/ical4j@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 053aba4 commit 3098369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventcollectors/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
2 changes: 1 addition & 1 deletion publisher-ical/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3098369

Please sign in to comment.