From 813667ae1f4ed709a75d6451dee4aa6f09d88f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 02:55:19 +0000 Subject: [PATCH] chore(deps): bump org.commonmark:commonmark from 0.27.0 to 0.27.1 Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.27.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.27.0...commonmark-parent-0.27.1) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 03f350e..03ab63d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ okhttp = "5.3.0" sshj = "0.39.0" sshd-core = "2.15.0" jgit = "7.4.0.202509020913-r" -commonmark = "0.27.0" +commonmark = "0.27.1" jnafilechooser = "1.1.2" xodus = "2.0.1" bip39 = "1.0.9"