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 9f1f538a Bump org.apache.zookeeper:zookeeper in 
/tools/embedded-zookeeper (#16)
9f1f538a is described below

commit 9f1f538ab1b3fbcbf164956b4facb82e5999a06f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 18 10:20:02 2024 +0800

    Bump org.apache.zookeeper:zookeeper in /tools/embedded-zookeeper (#16)
    
    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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 tools/embedded-zookeeper/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/embedded-zookeeper/pom.xml b/tools/embedded-zookeeper/pom.xml
index cce82b7f..5bd252ae 100644
--- a/tools/embedded-zookeeper/pom.xml
+++ b/tools/embedded-zookeeper/pom.xml
@@ -35,7 +35,7 @@
         <maven.compiler.target>1.8</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-        <zookeeper.version>3.8.3</zookeeper.version>
+        <zookeeper.version>3.8.4</zookeeper.version>
         <log4j2.version>2.20.0</log4j2.version>
     </properties>
 

Reply via email to