From 029ec4de9c708ec0fa2d859daf43289a9adbce99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 14:21:21 +0000 Subject: [PATCH] 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] --- matrix-sdk-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 52ee019e7b..cb6f761f01 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -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