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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-05 04:54:11 +00:00 committed by GitHub
parent 17ef9720e5
commit fa7f4f15f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ ext {
bouncycastleVersion = "1.81" bouncycastleVersion = "1.81"
springSecuritySamlVersion = "6.5.2" springSecuritySamlVersion = "6.5.2"
openSamlVersion = "4.3.2" openSamlVersion = "4.3.2"
commonmarkVersion = "0.25.0" commonmarkVersion = "0.25.1"
googleJavaFormatVersion = "1.28.0" googleJavaFormatVersion = "1.28.0"
tempJrePath = null tempJrePath = null
} }