From c7ff7f54c03d2276140299005b967ed32443e30b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 15:30:13 +0200 Subject: [PATCH] Bump flexmark from 0.61.0 to 0.61.6 (#6280) Bumps [flexmark](https://github.com/vsch/flexmark-java) from 0.61.0 to 0.61.6. - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.0...0.61.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 16a2141c654..bd4401537d1 100644 --- a/build.gradle +++ b/build.gradle @@ -196,7 +196,7 @@ dependencies { exclude module: "log4j-core" } - implementation 'com.vladsch.flexmark:flexmark:0.61.0' + implementation 'com.vladsch.flexmark:flexmark:0.61.6' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.0' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.0'