You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/10 09:55:04 UTC

[camel-k-runtime] 02/06: Upgrade to Camel-Quarkus 2.8.0-M1 and Quarkus 2.7.3.Final

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 41339f0dddb58507a534b13499730957c2c3e1db
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 9 14:39:21 2022 +0100

    Upgrade to Camel-Quarkus 2.8.0-M1 and Quarkus 2.7.3.Final
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 64959d9..ad021fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,9 +41,9 @@
         <camel-version>3.14.1</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>2.7.0</camel-quarkus-version>
+        <camel-quarkus-version>2.8.0-M1</camel-quarkus-version>
         <graalvm-version>21.3.0</graalvm-version>
-        <quarkus-version>2.7.0.Final</quarkus-version>
+        <quarkus-version>2.7.3.Final</quarkus-version>
 
         <!-- camel-k -->
         <groovy-version>3.0.9</groovy-version>