You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/03/03 15:52:50 UTC

[camel-quarkus] branch master updated: Upgrade Quarkus to 1.12.1.Final

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

jamesnetherton 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 c44c614  Upgrade Quarkus to 1.12.1.Final
c44c614 is described below

commit c44c61435f333adc919d31745dbd2361b56e9694
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Mar 3 13:41:28 2021 +0000

    Upgrade Quarkus to 1.12.1.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f53744e..654ee2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
         <optaplanner.version>7.46.0.Final</optaplanner.version>
         <quarkiverse.freemarker.version>0.2.2</quarkiverse.freemarker.version>
         <quarkiverse-minio.version>0.2.0</quarkiverse-minio.version>
-        <quarkus.version>1.12.0.Final</quarkus.version>
+        <quarkus.version>1.12.1.Final</quarkus.version>
         <quarkus-google-cloud.version>0.3.0</quarkus-google-cloud.version>
         <quarkus-hazelcast-client.version>1.1.1</quarkus-hazelcast-client.version>
         <quarkus-qpid-jms.version>0.23.0</quarkus-qpid-jms.version>