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 2022/10/08 19:37:33 UTC

[camel] 02/03: Upgrade to vertx 4.3.4

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

davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1023821b1ec1b7ddf347d6a117f4aa0db39fc61f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Oct 8 21:27:44 2022 +0200

    Upgrade to vertx 4.3.4
---
 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 fd347bb3c1c..cf4d00ce607 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -537,7 +537,7 @@
     <vavr-version>0.10.2</vavr-version>
     <velocity-tools-version>3.1</velocity-tools-version>
     <velocity-version>2.3</velocity-version>
-    <vertx-version>4.3.3</vertx-version>
+    <vertx-version>4.3.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 ee02ec7658f..b0a0ce03ed3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -524,7 +524,7 @@
         <vavr-version>0.10.2</vavr-version>
         <velocity-tools-version>3.1</velocity-tools-version>
         <velocity-version>2.3</velocity-version>
-        <vertx-version>4.3.3</vertx-version>
+        <vertx-version>4.3.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>