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 2020/09/14 11:13:14 UTC

[camel-k-runtime] 07/11: chore(deps): upgrade quarkus to v1.7.1.Final

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-k-runtime.git

commit 0ec8c35c925242ea2f8b3d5f9cc0d5f21dd39a24
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Sep 2 14:27:35 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index b3b2ad6..36150a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <!-- quarkus -->
         <camel-quarkus-version>1.1.0-SNAPSHOT</camel-quarkus-version>
         <graalvm-version>20.1.0</graalvm-version>
-        <quarkus-version>1.7.0.Final</quarkus-version>
+        <quarkus-version>1.7.1.Final</quarkus-version>
 
         <!-- camel-k -->
         <joor-version>0.9.13</joor-version>