From 329118bf6d89f3c796543dfbb51a5b53355fb540 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:06 +0000 Subject: [PATCH] Bump flexmark-ext-gfm-tasklist from 0.61.24 to 0.61.26 Bumps [flexmark-ext-gfm-tasklist](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..1a10b957890 100644 --- a/build.gradle +++ b/build.gradle @@ -193,7 +193,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark:0.61.24' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.24' - implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.24' + implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.26' testImplementation 'io.github.classgraph:classgraph:4.8.78' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'