This is an automated email from the ASF dual-hosted git repository.
liujun 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 9960d23 update default dependency to the latest version.
9960d23 is described below
commit 9960d231842806767a683f24ae5aafb58eeb5075
Author: ken.lj <[email protected]>
AuthorDate: Fri Jul 19 15:25:29 2019 +0800
update default dependency to the latest version.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d3c7630..cf85b39 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ There's a
[README](https://github.com/apache/dubbo-samples/tree/master/dubbo-sam
```xml
<properties>
- <dubbo.version>2.7.2</dubbo.version>
+ <dubbo.version>2.7.3</dubbo.version>
</properties>
<dependencies>