This is an automated email from the ASF dual-hosted git repository.
THausherr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new b5866854d5 Bump commonmark.version from 0.28.0 to 0.29.0 (#2896)
b5866854d5 is described below
commit b5866854d53d1e4a6ea6219b81c4825813b6e401
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 09:10:08 2026 +0200
Bump commonmark.version from 0.28.0 to 0.29.0 (#2896)
Bumps `commonmark.version` from 0.28.0 to 0.29.0.
Updates `org.commonmark:commonmark` from 0.28.0 to 0.29.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.28.0...commonmark-parent-0.29.0)
Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.28.0 to 0.29.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.28.0...commonmark-parent-0.29.0)
Updates `org.commonmark:commonmark-ext-gfm-strikethrough` from 0.28.0 to
0.29.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.28.0...commonmark-parent-0.29.0)
---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
dependency-version: 0.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.commonmark:commonmark-ext-gfm-tables
dependency-version: 0.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.commonmark:commonmark-ext-gfm-strikethrough
dependency-version: 0.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-parsers/tika-parsers-ml/tika-vlm/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parsers/tika-parsers-ml/tika-vlm/pom.xml
b/tika-parsers/tika-parsers-ml/tika-vlm/pom.xml
index 81f31363c5..eeddec6075 100644
--- a/tika-parsers/tika-parsers-ml/tika-vlm/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-vlm/pom.xml
@@ -30,7 +30,7 @@
<name>Apache Tika VLM module</name>
<properties>
- <commonmark.version>0.28.0</commonmark.version>
+ <commonmark.version>0.29.0</commonmark.version>
</properties>
<dependencies>