You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/21 05:59:06 UTC

[camel-kamelets] branch main updated: Upgrade to Camel 3.14.0

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

davsclaus 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 6ed577a  Upgrade to Camel 3.14.0
6ed577a is described below

commit 6ed577a27a077af99fa6b215f02a7a2aad176da6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 21 06:59:00 2021 +0100

    Upgrade to Camel 3.14.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cfff211..a2c842e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
         <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
 
-        <camel.version>3.12.0</camel.version>
+        <camel.version>3.14.0</camel.version>
         <slf4j.version>1.7.30</slf4j.version>
         <log4j.version>2.17.0</log4j.version>
         <jackson.version>2.12.5</jackson.version>