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 6ca005e5 Fix #726 6ca005e5 is described below commit 6ca005e51c5ec4b92e28603d471cc238e897aca7 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Tue Apr 18 08:48:44 2023 -0400 Fix #726 --- 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 984f72a7..ed7a61bb 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.20.3</version.camel-core> - <version.camel-kamelet>3.20.1.1</version.camel-kamelet> + <version.camel-kamelet>3.20.3</version.camel-kamelet> <version.vertx>4.3.6</version.vertx> </properties> <dependencies>