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

davsclaus 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 2a40dedff3cf CAMEL-22771: camel-jbang - Upgrade test infra to use 
JBang 4.16.0
2a40dedff3cf is described below

commit 2a40dedff3cfb7c924bd528fd2a11e53e80681b4
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Dec 16 07:27:53 2025 +0100

    CAMEL-22771: camel-jbang - Upgrade test infra to use JBang 4.16.0
---
 .../test/java/org/apache/camel/test/infra/cli/it/CliConfigITCase.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-cli/src/test/java/org/apache/camel/test/infra/cli/it/CliConfigITCase.java
 
b/test-infra/camel-test-infra-cli/src/test/java/org/apache/camel/test/infra/cli/it/CliConfigITCase.java
index d3c026fa41ed..c711af18a516 100644
--- 
a/test-infra/camel-test-infra-cli/src/test/java/org/apache/camel/test/infra/cli/it/CliConfigITCase.java
+++ 
b/test-infra/camel-test-infra-cli/src/test/java/org/apache/camel/test/infra/cli/it/CliConfigITCase.java
@@ -54,7 +54,7 @@ public class CliConfigITCase extends AbstractTestSupport {
     public void setJBangAndCamelVersionTest() {
         execute(cliService -> {
             String version = cliService.version();
-            Assertions.assertEquals("4.8.0", version, "Check specific Camel 
JBang and Camel version");
+            Assertions.assertEquals("4.16.0", version, "Check specific Camel 
JBang and Camel version");
         });
     }
 

Reply via email to