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 2021/01/18 07:51:59 UTC

[camel-kafka-connector] 01/01: Bump to Kafka 2.7.0

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

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

commit 6ad490b19fe196fa7242bc980500b0dbbf490499
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 18 08:45:10 2021 +0100

    Bump to Kafka 2.7.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8e9f7e2..54a4cf2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -27,7 +27,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-        <kafka.version>2.6.0</kafka.version>
+        <kafka.version>2.7.0</kafka.version>
         <camel.version>3.7.0</camel.version>
         <apicurio.registry.version>1.3.1.Final</apicurio.registry.version>
         <resteasy.version>4.5.6.Final</resteasy.version>