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:16 UTC

[camel-k-runtime] 09/11: chore(deps): upgrade quarkus to v1.8.0.CR1

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 e69decf374fc11fd5c79609459335bc7547ad2da
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Sep 3 12:52:04 2020 +0200

    chore(deps): upgrade quarkus to v1.8.0.CR1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 36150a9..a5fa811 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,8 @@
 
         <!-- quarkus -->
         <camel-quarkus-version>1.1.0-SNAPSHOT</camel-quarkus-version>
-        <graalvm-version>20.1.0</graalvm-version>
-        <quarkus-version>1.7.1.Final</quarkus-version>
+        <graalvm-version>20.2.0</graalvm-version>
+        <quarkus-version>1.8.0.CR1</quarkus-version>
 
         <!-- camel-k -->
         <joor-version>0.9.13</joor-version>