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 2020/01/28 08:49:23 UTC

[camel-k-runtime] branch vertx-3.8.5 created (now e03cfb8)

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

acosentino pushed a change to branch vertx-3.8.5
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


      at e03cfb8  Upgrade Vertx to version 3.8.5

This branch includes the following new commits:

     new e03cfb8  Upgrade Vertx to version 3.8.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k-runtime] 01/01: Upgrade Vertx to version 3.8.5

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch vertx-3.8.5
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit e03cfb80c7538bafc04c7a6578ed9ae95f920630
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 28 09:39:28 2020 +0100

    Upgrade Vertx to version 3.8.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9462d07..3ecf88a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
         <immutables.version>2.8.3</immutables.version>
         <semver4j.version>3.1.0</semver4j.version>
         <undertow.version>1.4.26.Final</undertow.version>
-        <vertx.version>3.8.3</vertx.version>
+        <vertx.version>3.8.5</vertx.version>
         <graalvm.version>19.2.1</graalvm.version>
         <quarkus.version>1.1.0.Final</quarkus.version>
         <jandex.version>2.1.2.Final</jandex.version>