From 2d592d40e7452f5d10e26f3cfcf4d86831d74b29 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 08:55:40 +0000 Subject: [PATCH] Bump flexmark from 0.61.24 to 0.61.26 Bumps [flexmark](https://github.com/vsch/flexmark-java) from 0.61.24 to 0.61.26. - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.24...0.61.26) 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 2d6959fd4c7..6052f385284 100644 --- a/build.gradle +++ b/build.gradle @@ -191,7 +191,7 @@ dependencies { exclude module: "log4j-core" } - implementation 'com.vladsch.flexmark:flexmark:0.61.24' + implementation 'com.vladsch.flexmark:flexmark:0.61.26' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.24' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.24'