From 00e695b7d5fd88e42c50ade29ca95e393f750e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 03:35:00 +0000 Subject: [PATCH] chore(deps): bump org.commonmark:commonmark from 0.25.0 to 0.25.1 Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from 0.25.0 to 0.25.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.25.0...commonmark-parent-0.25.1) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-version: 0.25.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 afaed5b..04dde72 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ okhttp = "5.1.0" sshj = "0.39.0" sshd-core = "2.15.0" jgit = "7.2.0.202503040940-r" -commonmark = "0.25.0" +commonmark = "0.25.1" jnafilechooser = "1.1.2" xodus = "2.0.1" bip39 = "1.0.9"