From d614687fcf2fa622ea76ad099f87f214f030ebdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:10:20 +0000 Subject: [PATCH] Bump org.commonmark:commonmark from 0.25.0 to 0.26.0 Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.25.0 to 0.26.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.25.0...commonmark-parent-0.26.0) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-version: 0.26.0 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 474a980..c1cf8f7 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'org.kku:commons-base:1.0.1' implementation 'org.kku:commons-fx:1.0.1' implementation 'com.miglayout:miglayout-javafx:11.4.2' - implementation 'org.commonmark:commonmark:0.25.0' + implementation 'org.commonmark:commonmark:0.26.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'