From fa7f4f15f96198bdc6e8b79c1f530348e3bbe4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 04:54:11 +0000 Subject: [PATCH] build(deps): bump commonmarkVersion from 0.25.0 to 0.25.1 Bumps `commonmarkVersion` from 0.25.0 to 0.25.1. Updates `org.commonmark:commonmark` 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) Updates `org.commonmark:commonmark-ext-gfm-tables` 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 - dependency-name: org.commonmark:commonmark-ext-gfm-tables dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 554d92689..627d7b5c1 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ ext { bouncycastleVersion = "1.81" springSecuritySamlVersion = "6.5.2" openSamlVersion = "4.3.2" - commonmarkVersion = "0.25.0" + commonmarkVersion = "0.25.1" googleJavaFormatVersion = "1.28.0" tempJrePath = null }