You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ho...@apache.org on 2021/08/13 07:47:43 UTC

[dubbo] branch master updated: solve the curator 5.0.0 testingServer npe.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c269589  solve the curator 5.0.0 testingServer npe.
c269589 is described below

commit c269589f1c8abc1986519d9fd1e231b8f8eac789
Author: dongdongyang <13...@qq.com>
AuthorDate: Fri Aug 13 15:47:23 2021 +0800

    solve the curator 5.0.0 testingServer npe.
    
    solve the curator 5.0.0 testingServer npe.
---
 dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
index a6568b5..717f0bf 100644
--- a/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
@@ -28,7 +28,7 @@
     <description>The zookeeper curator5 remoting module of dubbo project</description>
     <properties>
         <skip_maven_deploy>false</skip_maven_deploy>
-        <curator5_version>5.0.0</curator5_version>
+        <curator5_version>5.1.0</curator5_version>
         <zookeeper_version>3.6.0</zookeeper_version>
     </properties>
     <dependencies>