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 9e59140d1d57 chore(deps): Bump org.commonmark:commonmark from 0.29.0
to 0.30.0
9e59140d1d57 is described below
commit 9e59140d1d573a2a0626118d3c01c4a7c9361860
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 25 07:46:41 2026 +0000
chore(deps): Bump org.commonmark:commonmark from 0.29.0 to 0.30.0
Bumps
[org.commonmark:commonmark](https://github.com/commonmark/commonmark-java) from
0.29.0 to 0.30.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.29.0...commonmark-parent-0.30.0)
---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
dependency-version: 0.30.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 1cc8cde0cb1d..b40fec63dc84 100644
--- a/dsl/camel-jbang/camel-launcher/pom.xml
+++ b/dsl/camel-jbang/camel-launcher/pom.xml
@@ -60,7 +60,7 @@
<httpcore-version>4.4.16</httpcore-version>
<commons-codec-version>1.22.1</commons-codec-version>
<jcl-over-slf4j-version>${slf4j-version}</jcl-over-slf4j-version>
- <commonmark-version>0.29.0</commonmark-version>
+ <commonmark-version>0.30.0</commonmark-version>
<jreleaser-plugin-version>1.25.0</jreleaser-plugin-version>
</properties>