This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 055ed35fb1e4f87e2fe6f78363c4efa3839e9c2c Author: Croway <[email protected]> AuthorDate: Thu Mar 5 11:30:41 2026 +0100 Use latest JBang version for citrus testing --- .../src/test/resources/citrus-application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/camel-kamelets-itest/src/test/resources/citrus-application.properties b/tests/camel-kamelets-itest/src/test/resources/citrus-application.properties index 786f43734..33b4d64ad 100644 --- a/tests/camel-kamelets-itest/src/test/resources/citrus-application.properties +++ b/tests/camel-kamelets-itest/src/test/resources/citrus-application.properties @@ -25,9 +25,9 @@ citrus.cluster.type=local citrus.camel.jbang.max.attempts=10 # Camel JBang version (should align with version used in pom.xml) -citrus.camel.jbang.version=4.14.0 +citrus.camel.jbang.version=4.19.0-SNAPSHOT # Kamelets version (should point to the current snapshot release version) -citrus.camel.jbang.kamelets.version=4.15.0-SNAPSHOT +citrus.camel.jbang.kamelets.version=4.19.0-SNAPSHOT # Enable dump of Camel JBang integration output citrus.camel.jbang.dump.integration.output=true
