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

[camel-performance-tests] branch camel-k-1.10 created (now d371723)

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

acosentino pushed a change to branch camel-k-1.10
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


      at d371723  Align to Camel-K 1.10

This branch includes the following new commits:

     new d371723  Align to Camel-K 1.10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-performance-tests] 01/01: Align to Camel-K 1.10

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-k-1.10
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit d3717237d646098779ba44f4be745805cccde2ce
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>