From e169335395c75c1fe170be4d4ce9cd2b7cb00533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:07:29 +0000 Subject: [PATCH] Bump org.commonmark:commonmark from 0.29.0 to 0.30.0 Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.29.0 to 0.30.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.29.0...commonmark-parent-0.30.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-version: 0.30.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 715ee45..205e8c4 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.29.0") - classpath("org.commonmark:commonmark-ext-gfm-tables:0.29.0") + classpath("org.commonmark:commonmark:0.30.0") + classpath("org.commonmark:commonmark-ext-gfm-tables:0.30.0") } }