From c0e1a42607bdb5615709b5e067b1b0365559cc09 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 12:47:52 +0200 Subject: [PATCH] Bump flexmark-ext-gfm-strikethrough from 0.61.6 to 0.61.20 (#6361) Bumps [flexmark-ext-gfm-strikethrough](https://github.com/vsch/flexmark-java) from 0.61.6 to 0.61.20. - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.6...0.61.20) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6291f4e204a..4ec9f6d185e 100644 --- a/build.gradle +++ b/build.gradle @@ -197,7 +197,7 @@ dependencies { } implementation 'com.vladsch.flexmark:flexmark:0.61.20' - implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.6' + implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.20' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.61.20' testImplementation 'io.github.classgraph:classgraph:4.8.77'