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>
This commit is contained in:
dependabot[bot] 2022-05-30 14:21:21 +00:00 committed by GitHub
parent 0806e7358a
commit 029ec4de9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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