You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/09/06 05:01:10 UTC

[karaf] branch master updated: [KARAF-6844] Upgrade to Camel 3.5.0

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 474b2cd  [KARAF-6844] Upgrade to Camel 3.5.0
     new bc7842b  Merge pull request #1186 from jbonofre/KARAF-6844
474b2cd is described below

commit 474b2cda69984ece9c456789357fc650fdb139e2
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Sep 5 18:15:42 2020 +0200

    [KARAF-6844] Upgrade to Camel 3.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9d9a4a1..9e36986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
         <javax.annotation.version>1.3.1</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
         <bouncycastle.version>1.66</bouncycastle.version>
-        <camel.version>3.4.3</camel.version>
+        <camel.version>3.5.0</camel.version>
         <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cxf.version>3.3.5</cxf.version>
         <jackson.version>2.10.5</jackson.version>