This is an automated email from the ASF dual-hosted git repository.
tballison 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 3f784e9b9c TIKA-4327 - bump commonmark (#2990)
3f784e9b9c is described below
commit 3f784e9b9cb60fa714dc26c6fe57aa975b9fca53
Author: Tim Allison <[email protected]>
AuthorDate: Thu Aug 6 13:36:56 2026 -0400
TIKA-4327 - bump commonmark (#2990)
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b8a8c00290..f3fbb167bc 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -329,7 +329,7 @@
<bouncycastle.version>1.85</bouncycastle.version>
<!-- NOTE: sync brotli version with commons-compress-->
<brotli.version>0.1.2</brotli.version>
- <commonmark.version>0.29.0</commonmark.version>
+ <commonmark.version>0.30.0</commonmark.version>
<commons.cli.version>1.11.0</commons.cli.version>
<commons.codec.version>1.22.1</commons.codec.version>
<commons.collections4.version>4.5.0</commons.collections4.version>