From c837e5f8d5fb864b5725c03e6925e0ea4938fad5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 11:35:09 +0000 Subject: [PATCH] Bump flexmark-ext-gfm-strikethrough from 0.61.20 to 0.61.24 Bumps [flexmark-ext-gfm-strikethrough](https://github.com/vsch/flexmark-java) from 0.61.20 to 0.61.24. - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.24) 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 4946a9ad527..10500f9c117 100644 --- a/build.gradle +++ b/build.gradle @@ -192,7 +192,7 @@ dependencies { } implementation 'com.vladsch.flexmark:flexmark:0.61.24' - implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.20' + implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.24' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.24' testImplementation 'io.github.classgraph:classgraph:4.8.78'