You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/07/05 10:44:01 UTC

[camel-karavan] branch main updated: Fix #814

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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 5802d2fd Fix #814
5802d2fd is described below

commit 5802d2fd91a6c63701e992612bc8dd7548110105
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Wed Jul 5 06:43:49 2023 -0400

    Fix #814
---
 karavan-generator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-generator/pom.xml b/karavan-generator/pom.xml
index 3a39828c..64d530f9 100644
--- a/karavan-generator/pom.xml
+++ b/karavan-generator/pom.xml
@@ -29,7 +29,7 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
         <version.camel-core>3.21.0</version.camel-core>
-        <version.camel-kamelet>3.20.5</version.camel-kamelet>
+        <version.camel-kamelet>3.21.0</version.camel-kamelet>
         <version.vertx>4.4.3</version.vertx>
     </properties>
     <dependencies>