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/10/02 20:39:55 UTC

[camel-quarkus] branch master updated: chore(deps): upgrade quarkus to v0.23.2

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 f192100  chore(deps): upgrade quarkus to v0.23.2
f192100 is described below

commit f1921006a8c0917b39bbaf0d1550ff237c78b4c9
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Oct 2 19:52:52 2019 +0200

    chore(deps): upgrade quarkus to v0.23.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4108dcb..0195aec 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.23.1</quarkus.version>
+        <quarkus.version>0.23.2</quarkus.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
         <xstream.version>1.4.11</xstream.version>