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 2023/10/11 12:38:45 UTC

[camel] branch main updated: Upgrade Vertx to version 4.4.6 (#11692)

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

acosentino 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 4d841abf43d Upgrade Vertx to version 4.4.6 (#11692)
4d841abf43d is described below

commit 4d841abf43dd883fc356633810ad6435b84b3424
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 14:37:30 2023 +0200

    Upgrade Vertx to version 4.4.6 (#11692)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bbbcb0f4658..b2638b08f52 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -451,7 +451,7 @@
         <vavr-version>0.10.4</vavr-version>
         <velocity-tools-version>3.1</velocity-tools-version>
         <velocity-version>2.3</velocity-version>
-        <vertx-version>4.4.5</vertx-version>
+        <vertx-version>4.4.6</vertx-version>
         <vysper-version>0.7</vysper-version>
         <web3j-version>5.0.0</web3j-version>
         <web3j-quorum-version>4.10.0</web3j-quorum-version>