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

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


The following commit(s) were added to refs/heads/main by this push:
     new a563ef2  deps: update camel-quarkus to v2.5.0
a563ef2 is described below

commit a563ef211bca00c3ff8a77fad914760509714ebf
Author: Luca Burgazzoli <lburgazz...@gmail.com>
AuthorDate: Mon Nov 22 10:06:22 2021 +0100

    deps: update camel-quarkus to v2.5.0
---
 pom.xml | 36 +++++-------------------------------
 1 file changed, 5 insertions(+), 31 deletions(-)

diff --git a/pom.xml b/pom.xml
index a37b500..23a4aa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.12.0</version>
+        <version>3.13.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -38,12 +38,12 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <camel-version>3.12.0</camel-version>
+        <camel-version>3.13.0</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>2.4.0</camel-quarkus-version>
-        <graalvm-version>21.2.0</graalvm-version>
-        <quarkus-version>2.4.0.Final</quarkus-version>
+        <camel-quarkus-version>2.5.0</camel-quarkus-version>
+        <graalvm-version>21.3.0</graalvm-version>
+        <quarkus-version>2.5.0.Final</quarkus-version>
 
         <!-- camel-k -->
         <groovy-version>3.0.9</groovy-version>
@@ -382,19 +382,6 @@
     </modules>
 
     <repositories>
-        <!--
-        <repository>
-            <id>camel.quarkus.staging</id>
-            
<url>https://repository.apache.org/content/repositories/orgapachecamel-1370</url>
-            <name>Apache Snapshot Repo</name>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-        -->
         <repository>
             <id>apache.snapshots</id>
             <url>https://repository.apache.org/snapshots/</url>
@@ -409,19 +396,6 @@
     </repositories>
 
     <pluginRepositories>
-        <!--
-        <pluginRepository>
-            <id>camel.quarkus.staging</id>
-            
<url>https://repository.apache.org/content/repositories/orgapachecamel-1370</url>
-            <name>Apache Snapshot Repo</name>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </pluginRepository>
-        -->
         <pluginRepository>
             <id>apache.snapshots</id>
             <url>https://repository.apache.org/snapshots/</url>

Reply via email to