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
The following commit(s) were added to refs/heads/master by this push: new 5a59290 Update camel-quarkus to v1.0.0-M6 5a59290 is described below commit 5a592901745312ef910ce11b94c09e4ca3723b13 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Tue Apr 14 08:44:48 2020 +0200 Update camel-quarkus to v1.0.0-M6 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index db4c73e..80a84f1 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <kotlin.compiler.target>1.8</kotlin.compiler.target> <camel.version>3.1.0</camel.version> - <camel-quarkus.version>1.0.0-M5</camel-quarkus.version> + <camel-quarkus.version>1.0.0-M6</camel-quarkus.version> <catalog.version>${camel.version}</catalog.version> <junit.version>5.6.2</junit.version> <joor.version>0.9.12</joor.version> @@ -62,7 +62,7 @@ <semver4j.version>3.1.0</semver4j.version> <vertx.version>3.8.5</vertx.version> <graalvm.version>19.3.1</graalvm.version> - <quarkus.version>1.3.0.Final</quarkus.version> + <quarkus.version>1.3.2.Final</quarkus.version> <jandex.version>2.1.3.Final</jandex.version> <javapoet.version>1.11.1</javapoet.version> <rest-assured.version>4.3.0</rest-assured.version>