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/10/12 08:36:40 UTC

[camel-performance-tests] branch main updated: Align to Camel-K 1.10

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-performance-tests.git


The following commit(s) were added to refs/heads/main by this push:
     new 05f1df7  Align to Camel-K 1.10
05f1df7 is described below

commit 05f1df7796c77aa6ded8daf516eafbd407163cbe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 12 10:22:23 2022 +0200

    Align to Camel-K 1.10
---
 profiling/kafka/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiling/kafka/pom.xml b/profiling/kafka/pom.xml
index cd6cae6..5245254 100644
--- a/profiling/kafka/pom.xml
+++ b/profiling/kafka/pom.xml
@@ -44,14 +44,14 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <quarkus.version>2.8.0.Final</quarkus.version>
+        <quarkus.version>2.11.3.Final</quarkus.version>
         <quarkus.container-image.build>true</quarkus.container-image.build>
         <quarkus.container-image.group>quay.io/oscerd</quarkus.container-image.group>
         <quarkus.container-image.name>${project.artifactId}</quarkus.container-image.name>
 
-        <camel-k-runtime.version>1.13.0</camel-k-runtime.version>
-        <camel-quarkus.version>2.8.0</camel-quarkus.version>
-        <camel-kamelets-catalog.version>0.8.1</camel-kamelets-catalog.version>
+        <camel-k-runtime.version>1.14.0</camel-k-runtime.version>
+        <camel-quarkus.version>2.11.0</camel-quarkus.version>
+        <camel-kamelets-catalog.version>0.9.0</camel-kamelets-catalog.version>
     </properties>
 
     <dependencyManagement>