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

albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git


The following commit(s) were added to refs/heads/main by this push:
     new ab14b793 Bump org.apache.zookeeper:zookeeper (#15)
ab14b793 is described below

commit ab14b7937b29cf5d3ccdc7734b89ab29d7ea778c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 18 10:22:58 2024 +0800

    Bump org.apache.zookeeper:zookeeper (#15)
    
    Bumps org.apache.zookeeper:zookeeper from 3.8.3 to 3.8.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.zookeeper:zookeeper
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 99-integration/dubbo-samples-registry-test-curator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/99-integration/dubbo-samples-registry-test-curator/pom.xml 
b/99-integration/dubbo-samples-registry-test-curator/pom.xml
index 07f9feaa..29cb01e3 100644
--- a/99-integration/dubbo-samples-registry-test-curator/pom.xml
+++ b/99-integration/dubbo-samples-registry-test-curator/pom.xml
@@ -39,7 +39,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <dubbo.version>3.2.6</dubbo.version>
-        <zookeeper.version>3.8.3</zookeeper.version>
+        <zookeeper.version>3.8.4</zookeeper.version>
         <curator.version>4.3.0</curator.version>
         <log4j2.version>2.20.0</log4j2.version>
         <junit.version>4.13.1</junit.version>

Reply via email to