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/03/17 08:27:03 UTC

[camel] branch main updated: Upgrade to vertx 4.2.6

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 26abb3e  Upgrade to vertx 4.2.6
26abb3e is described below

commit 26abb3ee6af84e93ddccb4e5a21180cb8d885a36
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 17 09:21:21 2022 +0100

    Upgrade to vertx 4.2.6
---
 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 f8d43f9..e23a132 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -549,7 +549,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.2.5</vertx-version>
+    <vertx-version>4.2.6</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 02656ee..f1fd9a2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -536,7 +536,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.2.5</vertx-version>
+        <vertx-version>4.2.6</vertx-version>
         <vysper-version>0.7</vysper-version>
         <web3j-version>3.6.0</web3j-version>
         <web3j-quorum-version>0.8.0</web3j-quorum-version>