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

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


The following commit(s) were added to refs/heads/master by this push:
     new c42f1ab  Update pom.xml (#374)
c42f1ab is described below

commit c42f1abbe938d7bae640620c74ea301b191d66ca
Author: CVEDetect <[email protected]>
AuthorDate: Fri Oct 8 11:38:11 2021 +0800

    Update pom.xml (#374)
    
    Fix issue #373 by update dependency org.apache.zookeeper:zookeeper to 
3.4.14.
---
 dubbo-samples-async/dubbo-samples-async-onerror/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-samples-async/dubbo-samples-async-onerror/pom.xml 
b/dubbo-samples-async/dubbo-samples-async-onerror/pom.xml
index 886cbb2..ee5f21b 100644
--- a/dubbo-samples-async/dubbo-samples-async-onerror/pom.xml
+++ b/dubbo-samples-async/dubbo-samples-async-onerror/pom.xml
@@ -34,7 +34,7 @@
         <spring.version>4.3.16.RELEASE</spring.version>
         <dubbo.version>3.0.2.1</dubbo.version>
         
<dubbo.configcenter.zookeeper.version>3.0.2.1</dubbo.configcenter.zookeeper.version>
-        <zookeeper.version>3.4.13</zookeeper.version>
+        <zookeeper.version>3.4.14</zookeeper.version>
         <curator.version>4.0.1</curator.version>
         <validation-api.version>1.1.0.Final</validation-api.version>
         <hibernate-validator.version>4.2.0.Final</hibernate-validator.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to