From 491a7de467f3afaaa8565d426acd397b7090ebcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:50:57 +0000 Subject: [PATCH] chore(deps): bump com.vladsch.flexmark:flexmark-ext-tables Bumps [com.vladsch.flexmark:flexmark-ext-tables](https://github.com/vsch/flexmark-java) from 0.62.2 to 0.64.8. - [Commits](https://github.com/vsch/flexmark-java/commits) --- updated-dependencies: - dependency-name: com.vladsch.flexmark:flexmark-ext-tables dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 532987a7..ccf3aecf 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { //FlexMark implementation group: 'com.vladsch.flexmark', name: 'flexmark', version: '0.62.2' implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-strikethrough', version: '0.62.2' - implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-tables', version: '0.62.2' + implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-tables', version: '0.64.8' implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.62.2' // Protobuf