8000 Build(deps): Bump org.mnode.ical4j:ical4j from 3.0.0 to 3.2.10 by dependabot[bot] · Pull Request #18 · smalldatatech/android · GitHub
[go: up one dir, main page]

Skip to content

Build(deps): Bump org.mnode.ical4j:ical4j from 3.0.0 to 3.2.10 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Build(deps): Bump org.mnode.ical4j:ical4j from 3.0.0 to 3.2.10
Bumps [org.mnode.ical4j:ical4j](https://github.com/ical4j/ical4j) from 3.0.0 to 3.2.10.
- [Release notes](https://github.com/ical4j/ical4j/releases)
- [Changelog](https://github.com/ical4j/ical4j/blob/develop/CHANGELOG.md)
- [Commits](ical4j/ical4j@ical4j-3.0.0...ical4j-3.2.10)

---
updated-dependencies:
- dependency-name: org.mnode.ical4j:ical4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
commit e63f33b5522006a90cc1dee3618cc2bfe6b55f88
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ dependencies {
implementation "io.noties:prism4j:$prismVersion"
kapt "io.noties:prism4j-bundler:$prismVersion"

implementation('org.mnode.ical4j:ical4j:3.0.0') {
implementation('org.mnode.ical4j:ical4j:3.2.10') {
['org.apache.commons', 'commons-logging'].each {
exclude group: "$it"
}
Expand Down
0