From fa861b92fb6559b6b0d27952dc2d1cc41a9cbd08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 13:29:01 +0000 Subject: [PATCH] Bump flexmark-ext-gfm-tasklist from 0.61.0 to 0.61.6 Bumps [flexmark-ext-gfm-tasklist](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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 16a2141c654..ccae6efb7f3 100644 --- a/build.gradle +++ b/build.gradle @@ -198,7 +198,7 @@ dependencies { implementation 'com.vladsch.flexmark:flexmark:0.61.0' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.0' - implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.0' + implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.6' testImplementation 'io.github.classgraph:classgraph:4.8.69' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.1'