You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2018/11/14 10:52:14 UTC

[camel-k] 03/08: chore(dependencies): update camel to v2.22.2

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit cb8bdeb2a503a93f116d953dab9b2d04b004536a
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:13:20 2018 +0100

    chore(dependencies): update camel to v2.22.2
---
 runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index 81ada28..4846d30 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -33,7 +33,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
 
-        <camel.version>2.22.1</camel.version>
+        <camel.version>2.22.2</camel.version>
         <junit.version>4.12</junit.version>
         <junit-jupiter.version>5.3.1</junit-jupiter.version>
         <joor.version>0.9.9</joor.version>