You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/06/30 03:20:42 UTC

[dubbo-go-samples] branch master updated: Build(deps): bump zookeeper in /helloworld/java-client (#389)

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

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 117089c3 Build(deps): bump zookeeper in /helloworld/java-client (#389)
117089c3 is described below

commit 117089c35b89190a6b28ca8e4c9ae192a974b9e4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 30 11:20:37 2022 +0800

    Build(deps): bump zookeeper in /helloworld/java-client (#389)
    
    Bumps zookeeper from 3.4.8 to 3.4.14.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.zookeeper:zookeeper
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 helloworld/java-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helloworld/java-client/pom.xml b/helloworld/java-client/pom.xml
index 4cf91bdf..da8ae8c3 100644
--- a/helloworld/java-client/pom.xml
+++ b/helloworld/java-client/pom.xml
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.zookeeper</groupId>
             <artifactId>zookeeper</artifactId>
-            <version>3.4.8</version>
+            <version>3.4.14</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>