You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/12/16 14:03:06 UTC

[camel] branch master updated: Revert "Upgrade to vertx 3.9.5". Argh vertx folks broke their API!

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

davsclaus 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 57cc279  Revert "Upgrade to vertx 3.9.5". Argh vertx folks broke their API!
57cc279 is described below

commit 57cc279e211f749a8a756b97b502d536cde42594
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 16 15:01:14 2020 +0100

    Revert "Upgrade to vertx 3.9.5". Argh vertx folks broke their API!
    
    This reverts commit 8f0ebe12a177e4e180f9f71ad397b0811293a268.
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 6eff785..5c1e0db 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -551,7 +551,7 @@
     <vavr-version>0.10.2</vavr-version>
     <velocity-tools-version>2.0</velocity-tools-version>
     <velocity-version>2.1</velocity-version>
-    <vertx-version>3.9.5</vertx-version>
+    <vertx-version>3.9.4</vertx-version>
     <vysper-version>0.7</vysper-version>
     <web3j-quorum-version>0.8.0</web3j-quorum-version>
     <web3j-version>3.6.0</web3j-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index e9c3407..0e7dcc2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -538,7 +538,7 @@
         <vavr-version>0.10.2</vavr-version>
         <velocity-tools-version>2.0</velocity-tools-version>
         <velocity-version>2.1</velocity-version>
-        <vertx-version>3.9.5</vertx-version>
+        <vertx-version>3.9.4</vertx-version>
         <vysper-version>0.7</vysper-version>
         <web3j-version>3.6.0</web3j-version>
         <web3j-quorum-version>0.8.0</web3j-quorum-version>