From 9742ee1085db3c60edb1328555816aad85779387 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 10:31:24 +0200 Subject: [PATCH] Bump flexmark-ext-gfm-strikethrough from 0.61.32 to 0.62.0 (#6546) Bumps [flexmark-ext-gfm-strikethrough](https://github.com/vsch/flexmark-java) from 0.61.32 to 0.62.0. - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/commits) 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 83d8095c3f6..48be26438d8 100644 --- a/build.gradle +++ b/build.gradle @@ -193,7 +193,7 @@ dependencies { } implementation 'com.vladsch.flexmark:flexmark:0.62.0' - implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.61.32' + implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.62.0' implementation 'com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.62.0' testImplementation 'io.github.classgraph:classgraph:4.8.78'