Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 029ec4de9c
Bump commonmark from 0.13.0 to 0.17.0
Bumps [commonmark](https://github.com/atlassian/commonmark-java) from 0.13.0 to 0.17.0.
- [Release notes](https://github.com/atlassian/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/atlassian/commonmark-java/compare/commonmark-parent-0.13.0...commonmark-parent-0.17.0)

---
updated-dependencies:
- dependency-name: com.atlassian.commonmark:commonmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 14:21:21 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ dependencies {
implementation libs.squareup.moshi
kapt libs.squareup.moshiKotlin
api "com.atlassian.commonmark:commonmark:0.13.0"
api "com.atlassian.commonmark:commonmark:0.17.0"
// Image
implementation libs.androidx.exifinterface