You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/17 08:20:30 UTC

(camel-kamelets) branch 4.0.x updated: Bump Camel to version 4.0.3 (#1835)

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

acosentino pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 067b41b3 Bump Camel to version 4.0.3 (#1835)
067b41b3 is described below

commit 067b41b3484db76d6d7469d27aa9b107f7b60d32
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 17 09:20:24 2024 +0100

    Bump Camel to version 4.0.3 (#1835)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7457ccf2..8cd8a252 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>4.0.1</version>
+        <version>4.0.3</version>
     </parent>
 
     <groupId>org.apache.camel.kamelets</groupId>
@@ -60,7 +60,7 @@
         <apache-rat-plugin.version>0.15</apache-rat-plugin.version>
         <cyclonedx-maven-plugin-version>2.7.8</cyclonedx-maven-plugin-version>
 
-        <camel.version>4.0.1</camel.version>
+        <camel.version>4.0.3</camel.version>
         <camel.k.crds.version>2.0.1</camel.k.crds.version>
 
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->