From b6d682683c12442ca5f889127a5f35fecae382e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 02:15:46 +0000 Subject: [PATCH] Bump markwonVersion from 4.1.2 to 4.2.0 Bumps `markwonVersion` from 4.1.2 to 4.2.0. Updates `core` from 4.1.2 to 4.2.0 - [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.1.2...v4.2.0) Updates `ext-strikethrough` from 4.1.2 to 4.2.0 - [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.1.2...v4.2.0) Updates `ext-tables` from 4.1.2 to 4.2.0 - [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.1.2...v4.2.0) Updates `ext-tasklist` from 4.1.2 to 4.2.0 - [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.1.2...v4.2.0) Updates `html` from 4.1.2 to 4.2.0 - [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.1.2...v4.2.0) Updates `syntax-highlight` from 4.1.2 to 4.2.0 - [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.1.2...v4.2.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c3cc683423f0..49d59273049f 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ configurations { ext { jacocoVersion = "0.8.2" daggerVersion = "2.25.2" - markwonVersion = "4.1.2" + markwonVersion = "4.2.0" prismVersion = "2.0.0" androidLibraryVersion = "master-SNAPSHOT"