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 f4a2882a Build(deps): bump zookeeper (#346)
f4a2882a is described below

commit f4a2882aa7898111f44c3762c17a9f467e00336e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 12 13:20:45 2022 +0800

    Build(deps): bump zookeeper (#346)
    
    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] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 registry/servicediscovery/zookeeper/java-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/registry/servicediscovery/zookeeper/java-server/pom.xml 
b/registry/servicediscovery/zookeeper/java-server/pom.xml
index fc1ff190..28e572ea 100644
--- a/registry/servicediscovery/zookeeper/java-server/pom.xml
+++ b/registry/servicediscovery/zookeeper/java-server/pom.xml
@@ -65,7 +65,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>

Reply via email to