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 673b1b7d Fix #1039 673b1b7d is described below commit 673b1b7dd76401e1276fcf7e1f634ee41df1486d Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Wed Dec 27 12:15:41 2023 -0500 Fix #1039 --- 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 41dda932..cbf8c44d 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>4.3.0</version.camel-core> - <version.camel-kamelet>4.2.0</version.camel-kamelet> + <version.camel-kamelet>4.3.0</version.camel-kamelet> <camel.k.extension.version>6.7.2</camel.k.extension.version> <version.vertx>4.5.1</version.vertx> </properties>