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/08/03 06:31:44 UTC

[camel-performance-tests] 02/04: Moved to Quarkus 2.8.0.Final

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 3d087bf1c72fa57d973555e9137239c0cd4eab28
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 3 08:21:34 2022 +0200

    Moved to Quarkus 2.8.0.Final
---
 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 e1246f4..48b234f 100644
--- a/profiling/kafka/pom.xml
+++ b/profiling/kafka/pom.xml
@@ -44,7 +44,7 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <quarkus.version>2.7.0.Final</quarkus.version>
+        <quarkus.version>2.8.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>