From e871edc0f3ec0c44b5b28fab8ea513e3ceea7de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:06:50 +0000 Subject: [PATCH] Bump org.commonmark:commonmark from 0.28.0 to 0.29.0 Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.28.0 to 0.29.0. - [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.28.0...commonmark-parent-0.29.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 393d922..167f37c 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -5,8 +5,8 @@ import org.commonmark.renderer.html.HtmlRenderer buildscript { repositories { mavenCentral() } dependencies { - classpath("org.commonmark:commonmark:0.28.0") - classpath("org.commonmark:commonmark-ext-gfm-tables:0.28.0") + classpath("org.commonmark:commonmark:0.29.0") + classpath("org.commonmark:commonmark-ext-gfm-tables:0.29.0") } }