This is an automated email from the ASF dual-hosted git repository.
tallison 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 acc65b8683 Bump commonmark.version from 0.24.0 to 0.27.1 (#2638)
acc65b8683 is described below
commit acc65b8683f449437560d0fc0ac7912925acdf64
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 12:21:18 2026 -0500
Bump commonmark.version from 0.24.0 to 0.27.1 (#2638)
Bumps `commonmark.version` from 0.24.0 to 0.27.1.
Updates `org.commonmark:commonmark` from 0.24.0 to 0.27.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.24.0...commonmark-parent-0.27.1)
Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.24.0 to 0.27.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.24.0...commonmark-parent-0.27.1)
Updates `org.commonmark:commonmark-ext-gfm-strikethrough` from 0.24.0 to
0.27.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.24.0...commonmark-parent-0.27.1)
---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
dependency-version: 0.27.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.commonmark:commonmark-ext-gfm-tables
dependency-version: 0.27.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.commonmark:commonmark-ext-gfm-strikethrough
dependency-version: 0.27.1
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-parser-vlm-ocr-module/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parsers/tika-parsers-ml/tika-parser-vlm-ocr-module/pom.xml
b/tika-parsers/tika-parsers-ml/tika-parser-vlm-ocr-module/pom.xml
index 45c57bd42d..f437b7e98f 100644
--- a/tika-parsers/tika-parsers-ml/tika-parser-vlm-ocr-module/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-parser-vlm-ocr-module/pom.xml
@@ -33,7 +33,7 @@
<properties>
<okhttp.version>4.12.0</okhttp.version>
- <commonmark.version>0.24.0</commonmark.version>
+ <commonmark.version>0.27.1</commonmark.version>
</properties>
<dependencyManagement>