You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/07/05 10:15:53 UTC

[plc4x] branch develop updated: build(deps): bump kafka.version from 3.2.0 to 7.1.2-ce (#422)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 12f1f376a build(deps): bump kafka.version from 3.2.0 to 7.1.2-ce (#422)
12f1f376a is described below

commit 12f1f376ae5ba231a4a28a35bc88a45f94375e0b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jul 5 12:15:48 2022 +0200

    build(deps): bump kafka.version from 3.2.0 to 7.1.2-ce (#422)
    
    Bumps `kafka.version` from 3.2.0 to 7.1.2-ce.
    
    Updates `kafka-clients` from 3.2.0 to 7.1.2-ce
    
    Updates `connect-api` from 3.2.0 to 7.1.2-ce
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.kafka:kafka-clients
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.apache.kafka:connect-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 b5ce13341..6fbc45386 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>3.2.0</kafka.version>
+    <kafka.version>7.1.2-ce</kafka.version>
     <kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
   </properties>