You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/09/02 16:43:14 UTC

[camel-k-runtime] 01/02: chore(deps): update vertx to v3.8.1

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

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

commit 78b881f4d3168ead21f668fd62738c0302f3abc0
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Sep 2 18:26:23 2019 +0200

    chore(deps): update vertx to v3.8.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bbda51c..1ffbbc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <immutables.version>2.7.5</immutables.version>
         <semver4j.version>3.0.0</semver4j.version>
         <undertow.version>1.4.26.Final</undertow.version>
-        <vertx.version>3.8.0</vertx.version>
+        <vertx.version>3.8.1</vertx.version>
         <graalvm.version>19.1.1</graalvm.version>
         <gmavenplus-plugin.version>1.7.1</gmavenplus-plugin.version>
         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>