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:02:04 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 5df7821  [KARAF-6844] Upgrade to Camel 3.5.0
5df7821 is described below

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

    [KARAF-6844] Upgrade to Camel 3.5.0
    
    (cherry picked from commit 474b2cda69984ece9c456789357fc650fdb139e2)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb4a580..625cbfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
         <asm.version>8.0.1</asm.version>
         <javax.annotation.version>1.3.1</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.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>