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 2023/01/24 07:39:05 UTC

[camel-k-runtime] 03/05: Upgrade Quarkus version to 2.16.0.Final

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

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

commit 7f916ab0e650aeed7d4b108e129b3d34f0ed88b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 24 07:55:43 2023 +0100

    Upgrade Quarkus version to 2.16.0.Final
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 69261c90..ec654ed9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
         <!-- quarkus -->
         <camel-quarkus-version>2.16.0</camel-quarkus-version>
-        <quarkus-version>2.14.0.Final</quarkus-version>
+        <quarkus-version>2.16.0.Final</quarkus-version>
         <quarkus-platform-version>2.14.0.Final</quarkus-platform-version>
         <!-- The quarkus camel bom may differ from quarkus platfom -->
         <quarkus-camel-bom-version>2.14.0.Final</quarkus-camel-bom-version>