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 2021/09/02 14:03:41 UTC

[plc4x] branch develop updated: Bump zookeeper from 3.4.13 to 3.4.14 (#270)

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 247beba  Bump zookeeper from 3.4.13 to 3.4.14 (#270)
247beba is described below

commit 247beba7a4075c51d1f8b72fb7920b8a042871b7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 2 16:03:38 2021 +0200

    Bump zookeeper from 3.4.13 to 3.4.14 (#270)
    
    Bumps zookeeper from 3.4.13 to 3.4.14.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.zookeeper:zookeeper
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 plc4j/examples/hello-connectivity-kafka/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/examples/hello-connectivity-kafka/pom.xml b/plc4j/examples/hello-connectivity-kafka/pom.xml
index 7da0bf9..5115ed6 100644
--- a/plc4j/examples/hello-connectivity-kafka/pom.xml
+++ b/plc4j/examples/hello-connectivity-kafka/pom.xml
@@ -126,7 +126,7 @@
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>
-        <version>3.4.13</version>
+        <version>3.4.14</version>
       </dependency>
       <dependency>
         <groupId>org.scala-lang</groupId>