This is an automated email from the ASF dual-hosted git repository. acosentino 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 c4554b6 chore(deps): update quarkus to v0.21.2 new 5315349 Merge pull request #196 from lburgazzoli/quarkus-0.21.2 c4554b6 is described below commit c4554b6bb44a52aad67941d1448affb9a26ae565 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Tue Sep 10 17:56:40 2019 +0200 chore(deps): update quarkus to v0.21.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d7ab48..ce024fb 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <camel.version>3.0.0-RC1</camel.version> - <quarkus.version>0.21.1</quarkus.version> + <quarkus.version>0.21.2</quarkus.version> <jetty.version>9.4.18.v20190429</jetty.version> <xstream.version>1.4.11</xstream.version>