You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/07/22 11:32:14 UTC

[camel-quarkus] branch master updated: Upgrade to Camel 3.4.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3bf7e99  Upgrade to Camel 3.4.2
3bf7e99 is described below

commit 3bf7e996768ecb68ed1e4f6de0b821ac7c366fdf
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Jul 22 11:42:31 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 8130139..aa6511a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <awssdk1.version>1.11.714</awssdk1.version>
         <awssdk1-swf-libs.version>1.11.22</awssdk1-swf-libs.version>
         <awssdk2.version>2.13.33</awssdk2.version>
-        <camel.version>3.4.1</camel.version>
+        <camel.version>3.4.2</camel.version>
         <debezium.version>1.2.0.Final</debezium.version>
         <elasticsearch.version>7.6.1</elasticsearch.version>
         <freemarker.version>2.3.30</freemarker.version>