This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch fix/CAMEL-24199
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 5f2a406284f3d24d1796170a3a32b30a1e9981b8
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jul 18 10:53:53 2026 +0200

    CAMEL-24199: Upgrade JBang to 0.141.0
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/getting-started.adoc | 6 +++---
 dsl/camel-jbang/camel-jbang-container/Makefile           | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/getting-started.adoc 
b/docs/user-manual/modules/ROOT/pages/getting-started.adoc
index a2daad223059..c629d591a633 100644
--- a/docs/user-manual/modules/ROOT/pages/getting-started.adoc
+++ b/docs/user-manual/modules/ROOT/pages/getting-started.adoc
@@ -40,7 +40,7 @@ Once JBang is installed, you should be able to make sure it 
works by calling the
 [source,bash]
 ----
 $ jbang version
-0.138.0
+0.141.0
 ----
 
 After this then install Camel into JBang as follows:
@@ -55,7 +55,7 @@ Then you can check that Camel is installed and working by 
executing:
 [source,bash]
 ----
 $ camel version
-JBang version: 0.138.0
+JBang version: 0.141.0
 Camel CLI version: 4.18.0
 ----
 
@@ -79,7 +79,7 @@ You can then execute the provided scripts from the bin folder:
 [source,bash]
 ----
 $ bin/camel.sh version
-JBang version: 0.138.0
+JBang version: 0.141.0
 Camel CLI version: 4.18.2
 ----
 
diff --git a/dsl/camel-jbang/camel-jbang-container/Makefile 
b/dsl/camel-jbang/camel-jbang-container/Makefile
index 6eda40a40f7b..5e30894e3a73 100644
--- a/dsl/camel-jbang/camel-jbang-container/Makefile
+++ b/dsl/camel-jbang/camel-jbang-container/Makefile
@@ -19,7 +19,7 @@
 #
 SHELL := /bin/bash
 
-JBANG_VERSION = 0.138.0
+JBANG_VERSION = 0.141.0
 CAMEL_VERSION ?=
 
 ifndef CAMEL_VERSION

Reply via email to