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
commit 24616f050227129e8f077023b8da229f34d84e74 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 3 08:21:52 2022 +0200 Moved to Camel Quarkus 2.8.0 --- profiling/kafka/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/kafka/pom.xml b/profiling/kafka/pom.xml index 48b234f..f226123 100644 --- a/profiling/kafka/pom.xml +++ b/profiling/kafka/pom.xml @@ -50,7 +50,7 @@ <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.7.0</camel-quarkus.version> + <camel-quarkus.version>2.8.0</camel-quarkus.version> <camel-kamelets-catalog.version>0.7.1</camel-kamelets-catalog.version> </properties>