From df8b365b8fd5da3521e53ea9e114c7a712dad81c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:46:58 +0000 Subject: [PATCH] Bump org.commonmark:commonmark-ext-gfm-tables from 0.22.0 to 0.27.1 Bumps [org.commonmark:commonmark-ext-gfm-tables](https://github.com/commonmark/commonmark-java) from 0.22.0 to 0.27.1. - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.22.0...commonmark-parent-0.27.1) --- updated-dependencies: - dependency-name: org.commonmark:commonmark-ext-gfm-tables dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1ea4b72..43f09d6 100644 --- a/build.gradle +++ b/build.gradle @@ -45,8 +45,8 @@ dependencies { implementation 'org.apache.commons:commons-csv:1.14.1' implementation 'io.vavr:vavr:0.10.4' implementation 'net.steppschuh.markdowngenerator:markdowngenerator:1.3.1.1' - implementation 'org.commonmark:commonmark:0.22.0' - implementation 'org.commonmark:commonmark-ext-gfm-tables:0.22.0' + implementation 'org.commonmark:commonmark:0.27.1' + implementation 'org.commonmark:commonmark-ext-gfm-tables:0.27.1' testImplementation 'org.mockito:mockito-core:5.11.0' testImplementation 'com.ginsberg:junit5-system-exit:1.1.2' compileOnly 'org.projectlombok:lombok:1.18.34'