You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/12/25 16:00:27 UTC

[plc4x] 02/04: fix: Updated to the latest version of Apache Kafka

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit b45ec67d1ab2c7faa9bec3e805e92b795b7e53b7
Author: cdutz <ch...@c-ware.de>
AuthorDate: Thu Dec 23 16:19:05 2021 +0100

    fix: Updated to the latest version of Apache Kafka
---
 plc4j/integrations/apache-kafka/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/integrations/apache-kafka/pom.xml b/plc4j/integrations/apache-kafka/pom.xml
index 0e80b19..6405897 100644
--- a/plc4j/integrations/apache-kafka/pom.xml
+++ b/plc4j/integrations/apache-kafka/pom.xml
@@ -32,7 +32,7 @@
   <description>Integration module for integrating PLC4X into Apache Kafka (Kafka-Connect-Plugin)</description>
 
   <properties>
-    <kafka.version>2.8.0</kafka.version>
+    <kafka.version>3.0.0</kafka.version>
     <kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
   </properties>