From 41cb7039e8aea3a81ae45019c2c9afc92739b378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 02:04:50 +0000 Subject: [PATCH] Bump markwonVersion from 4.6.1 to 4.6.2 Bumps `markwonVersion` from 4.6.1 to 4.6.2. Updates `core` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/noties/Markwon/releases) - [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md) - [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2) Updates `ext-strikethrough` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/noties/Markwon/releases) - [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md) - [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2) Updates `ext-tables` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/noties/Markwon/releases) - [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md) - [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2) Updates `ext-tasklist` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/noties/Markwon/releases) - [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md) - [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2) Updates `html` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/noties/Markwon/releases) - [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md) - [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2) Updates `syntax-highlight` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/noties/Markwon/releases) - [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md) - [Commits](https://github.com/noties/Markwon/compare/v4.6.1...v4.6.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f18b4198e4..24ac5114b4 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ configurations { ext { jacocoVersion = "0.8.2" daggerVersion = "2.31" - markwonVersion = "4.6.1" + markwonVersion = "4.6.2" prismVersion = "2.0.0" butterknifeVersion = "10.2.3" androidLibraryVersion = "master-SNAPSHOT"