From 9ad0b7b1145860fdff7637c6eb07e12fdea8d421 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 11:01:54 +0800 Subject: [PATCH] chore(deps): bump flexmarkVersion from 0.61.20 to 0.61.22 (#808) Bumps `flexmarkVersion` from 0.61.20 to 0.61.22. Updates `flexmark` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-attributes` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-autolink` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-emoji` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-escaped-character` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-gfm-strikethrough` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-gfm-tasklist` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-ins` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-media-tags` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-tables` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-toc` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-superscript` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-yaml-front-matter` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) Updates `flexmark-ext-gitlab` from 0.61.20 to 0.61.22 - [Release notes](https://github.com/vsch/flexmark-java/releases) - [Commits](https://github.com/vsch/flexmark-java/compare/0.61.20...0.61.22) 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 f4a2df390..8083a7976 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ ext { httpclientVersion = "4.5.12" dataformatYamlVersion = "2.11.0" jgitVersion = "5.7.0.202003110725-r" - flexmarkVersion = "0.61.20" + flexmarkVersion = "0.61.22" thumbnailatorVersion = "0.4.11" image4jVersion = "0.7zensight1" flywayVersion = "6.4.0"