You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/10/25 04:52:46 UTC

[dubbo] branch master updated: update jetcd to be compatible with maven-surefire-plugin (#9107)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new ef2de54  update jetcd to be compatible with maven-surefire-plugin (#9107)
ef2de54 is described below

commit ef2de54e296c8fd14ecc07c150b3d5e5a233da4b
Author: zrlw <zr...@sina.com>
AuthorDate: Mon Oct 25 12:52:38 2021 +0800

    update jetcd to be compatible with maven-surefire-plugin (#9107)
---
 dubbo-dependencies-bom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 2fa814e..e09b8da 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -130,7 +130,7 @@
         <rs_api_version>2.0</rs_api_version>
         <resteasy_version>3.0.19.Final</resteasy_version>
         <tomcat_embed_version>9.0.48</tomcat_embed_version>
-        <jetcd_version>0.5.3</jetcd_version>
+        <jetcd_version>0.5.7</jetcd_version>
         <nacos_version>1.4.2</nacos_version>
         <grpc.version>1.31.1</grpc.version>
         <!-- Log libs -->
@@ -155,7 +155,7 @@
         <jaxb_version>2.2.7</jaxb_version>
         <activation_version>1.2.0</activation_version>
         <test_container_version>1.15.2</test_container_version>
-        <etcd_launcher_version>0.5.3</etcd_launcher_version>
+        <etcd_launcher_version>0.5.7</etcd_launcher_version>
         <hessian_lite_version>3.2.11</hessian_lite_version>
         <xmlrpc_version>3.1.3</xmlrpc_version>
         <swagger_version>1.5.19</swagger_version>