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/08/31 18:38:09 UTC

[camel] branch main updated: Upgrade to vert.x 4.3.3

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 0867338c532 Upgrade to vert.x 4.3.3
0867338c532 is described below

commit 0867338c5326abc4356df805b42ad85760546798
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 31 20:37:52 2022 +0200

    Upgrade to vert.x 4.3.3
---
 camel-dependencies/pom.xml | 4 ++--
 parent/pom.xml             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 097b0bdc25d..d2ffa822193 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -539,8 +539,8 @@
     <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.2</vertx-version>
-    <vertx-web-client-version>4.3.2.1</vertx-web-client-version>
+    <vertx-version>4.3.3</vertx-version>
+    <vertx-web-client-version>4.3.3</vertx-web-client-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 b4652a3be98..00382ea6c1d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -526,8 +526,8 @@
         <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.2</vertx-version>
-        <vertx-web-client-version>4.3.2.1</vertx-web-client-version>
+        <vertx-version>4.3.3</vertx-version>
+        <vertx-web-client-version>4.3.3</vertx-web-client-version>
         <vysper-version>0.7</vysper-version>
         <web3j-version>3.6.0</web3j-version>
         <web3j-quorum-version>0.8.0</web3j-quorum-version>