This is an automated email from the ASF dual-hosted git repository.
tilman 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 ad78ebfcfc Bump commonmark.version from 0.27.1 to 0.28.0 (#2736)
ad78ebfcfc is described below
commit ad78ebfcfc22ddbc26b9cc671a55fc81ad19a27d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 6 07:48:38 2026 +0200
Bump commonmark.version from 0.27.1 to 0.28.0 (#2736)
Bumps `commonmark.version` from 0.27.1 to 0.28.0.
Updates `org.commonmark:commonmark` from 0.27.1 to 0.28.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.27.1...commonmark-parent-0.28.0)
Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.27.1 to 0.28.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.27.1...commonmark-parent-0.28.0)
Updates `org.commonmark:commonmark-ext-gfm-strikethrough` from 0.27.1 to
0.28.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.27.1...commonmark-parent-0.28.0)
---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
dependency-version: 0.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.commonmark:commonmark-ext-gfm-tables
dependency-version: 0.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.commonmark:commonmark-ext-gfm-strikethrough
dependency-version: 0.28.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 4aa0097050..6e6c5e8d30 100644
--- a/tika-parsers/tika-parsers-ml/tika-vlm/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-vlm/pom.xml
@@ -32,7 +32,7 @@
<name>Apache Tika VLM module</name>
<properties>
- <commonmark.version>0.27.1</commonmark.version>
+ <commonmark.version>0.28.0</commonmark.version>
</properties>
<dependencies>