You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/24 08:44:08 UTC

[camel] branch master updated: Upgrade Vertx to version 3.7.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5fc328c  Upgrade Vertx to version 3.7.1
5fc328c is described below

commit 5fc328cc095ccfce15166ec3111944751d017a62
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 24 10:43:23 2019 +0200

    Upgrade Vertx to version 3.7.1
---
 components/camel-cometd/pom.xml | 2 +-
 parent/pom.xml                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-cometd/pom.xml b/components/camel-cometd/pom.xml
index 3bda2b1..67205d0 100644
--- a/components/camel-cometd/pom.xml
+++ b/components/camel-cometd/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <camel.osgi.import.pkg>
-            org.eclipse.jetty.*;version="[9.3,10)",
+            org.eclipse.jetty.*;version="[9.4,10)",
             ${camel.osgi.import.defaults},
             *
         </camel.osgi.import.pkg>
diff --git a/parent/pom.xml b/parent/pom.xml
index 39f3f0a..5abd3d7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -688,7 +688,7 @@
         <velocity-bundle-version>1.7_6</velocity-bundle-version>
         <velocity-tools-version>2.0</velocity-tools-version>
         <velocity-version>2.0</velocity-version>
-        <vertx-version>3.7.0</vertx-version>
+        <vertx-version>3.7.1</vertx-version>
         <vysper-version>0.7</vysper-version>
         <web3j-version>3.6.0</web3j-version>
         <web3j-quorum-version>0.8.0</web3j-quorum-version>