From 8d468cb9a56fd846c5e8f5e02adef1bb53b804ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 08:46:01 +0000 Subject: [PATCH] Bump flexmark-ext-gfm-tasklist from 0.61.30 to 0.61.32 Bumps [flexmark-ext-gfm-tasklist](https://github.com/vsch/flexmark-java) from 0.61.30 to 0.61.32. - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/commits) 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 6c1a4b18087..a64262fc8b6 100644 --- a/build.gradle +++ b/build.gradle @@ -194,7 +194,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark:0.61.30' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.30' - implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.30' + implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.32' testImplementation 'io.github.classgraph:classgraph:4.8.78' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'