From a5c486e3d77c829e667d74000586d27352cbab27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 12:18:08 +0000 Subject: [PATCH] Bump com.vladsch.flexmark:flexmark-ext-gfm-tasklist Bumps [com.vladsch.flexmark:flexmark-ext-gfm-tasklist](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-gfm-tasklist 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 c6c2191a..b180b130 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies { 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-gfm-tasklist', version: '0.62.2' + implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.64.8' // Protobuf implementation group: 'com.google.protobuf', name: 'protobuf-kotlin-lite', version: '3.24.3'