This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 71f1f1e0 Upgrade to Camel 4.6.0 (#2030)
71f1f1e0 is described below
commit 71f1f1e011b4c6a464ef34bfde41f1785d298dd5
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri May 10 12:34:44 2024 +0200
Upgrade to Camel 4.6.0 (#2030)
Signed-off-by: Andrea Cosentino <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d2074074..e97985fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>4.5.0</version>
+ <version>4.6.0</version>
</parent>
<groupId>org.apache.camel.kamelets</groupId>
@@ -62,7 +62,7 @@
<apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
<cyclonedx-maven-plugin-version>2.8.0</cyclonedx-maven-plugin-version>
- <camel.version>4.5.0</camel.version>
+ <camel.version>4.6.0</camel.version>
<camel.k.crds.version>2.3.1</camel.k.crds.version>
<citrus.version>4.2.0</citrus.version>