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/22 12:27:45 UTC

[camel-kafka-connector] 01/03: Bump to Camel 3.18.1

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

acosentino pushed a commit to branch 3.18.1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 54203c98e3f794325457730d21f09a0eb9a4df54
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 22 14:10:10 2022 +0200

    Bump to Camel 3.18.1
---
 parent/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 371b9d7c1..dfb8b4060 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <kafka.version>2.8.0</kafka.version>
-        <camel.version>3.18.0</camel.version>
+        <camel.version>3.18.1</camel.version>
         <camel.kamelet.catalog.version>0.8.0</camel.kamelet.catalog.version>
         <apicurio.registry.version>1.3.2.Final</apicurio.registry.version>
         <resteasy.version>4.5.6.Final</resteasy.version>
diff --git a/pom.xml b/pom.xml
index 4c531e4fb..219f36d3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.18.0</version>
+        <version>3.18.1</version>
     </parent>
 
     <groupId>org.apache.camel.kafkaconnector</groupId>