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-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new c74d4a2 Upgrade to Quarkus 0.21.1 c74d4a2 is described below commit c74d4a2846c5bd5b6c2963e9b2d8ccf78fadd4a9 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Thu Aug 15 16:18:27 2019 +0200 Upgrade to Quarkus 0.21.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c7cf04c..5db0ae9 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <camel.version>3.0.0-M4</camel.version> - <quarkus.version>0.21.0</quarkus.version> + <quarkus.version>0.21.1</quarkus.version> <jetty.version>9.4.18.v20190429</jetty.version> <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>