This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 2c99e9d665d2 chore(deps): Bump org.commonmark:commonmark from 0.28.0
to 0.29.0
2c99e9d665d2 is described below
commit 2c99e9d665d2455bf3c964088967eb7f7c321df8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 07:42:56 2026 +0000
chore(deps): Bump org.commonmark:commonmark from 0.28.0 to 0.29.0
Bumps
[org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) 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
...
Signed-off-by: dependabot[bot] <[email protected]>
---
dsl/camel-jbang/camel-launcher/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dsl/camel-jbang/camel-launcher/pom.xml
b/dsl/camel-jbang/camel-launcher/pom.xml
index 37568d0ca06a..ef528936be47 100644
--- a/dsl/camel-jbang/camel-launcher/pom.xml
+++ b/dsl/camel-jbang/camel-launcher/pom.xml
@@ -54,7 +54,7 @@
<httpcore-version>4.4.16</httpcore-version>
<commons-codec-version>1.22.0</commons-codec-version>
<jcl-over-slf4j-version>${slf4j-version}</jcl-over-slf4j-version>
- <commonmark-version>0.28.0</commonmark-version>
+ <commonmark-version>0.29.0</commonmark-version>
</properties>
<dependencyManagement>