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 453d5406 Bump org.apache.zookeeper:zookeeper (#14)
453d5406 is described below
commit 453d5406ec673b5ccde7a08ee27b8312ef829eba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 18 10:19:50 2024 +0800
Bump org.apache.zookeeper:zookeeper (#14)
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>
---
99-integration/dubbo-samples-registry-test-curator-interface/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/99-integration/dubbo-samples-registry-test-curator-interface/pom.xml
b/99-integration/dubbo-samples-registry-test-curator-interface/pom.xml
index 9cd2cad6..c67b9f52 100644
--- a/99-integration/dubbo-samples-registry-test-curator-interface/pom.xml
+++ b/99-integration/dubbo-samples-registry-test-curator-interface/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>