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

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

commit ad2c7b477a778e450e694a15b0a686aaf8cb101e
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Thu Oct 28 00:14:36 2021 +0200

    Updated to camel 3.12
---
 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 b3bf491..3654e55 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.11.1</camel.version>
+        <camel.version>3.12.0</camel.version>
         <camel.kamelet.catalog.version>0.3.0</camel.kamelet.catalog.version>
         <camel.k.runtime.version>1.8.0</camel.k.runtime.version>
         <apicurio.registry.version>1.3.2.Final</apicurio.registry.version>
diff --git a/pom.xml b/pom.xml
index 73f3c03..a839010 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.11.1</version>
+        <version>3.12.0</version>
     </parent>
 
     <groupId>org.apache.camel.kafkaconnector</groupId>

Reply via email to