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/03/09 10:32:25 UTC

[camel-performance-tests] branch deps-update created (now c6c0883)

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

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


      at c6c0883  Update dependencies

This branch includes the following new commits:

     new c6c0883  Update dependencies

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: Update dependencies

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

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

commit c6c0883395ee2462fe205924d7ee8e1d06dd01a1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 9 11:15:32 2022 +0100

    Update dependencies
---
 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 b935a5a..626d8ff 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.4.0.Final</quarkus.version>
+        <quarkus.version>2.7.0.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.10.0</camel-k-runtime.version>
-        <camel-quarkus.version>2.4.0</camel-quarkus.version>
-        <camel-kamelets-catalog.version>0.6.0</camel-kamelets-catalog.version>
+        <camel-k-runtime.version>1.12.0</camel-k-runtime.version>
+        <camel-quarkus.version>2.7.0</camel-quarkus.version>
+        <camel-kamelets-catalog.version>0.7.1</camel-kamelets-catalog.version>
     </properties>
 
     <dependencyManagement>