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 2022/05/12 05:20:01 UTC

[dubbo-go-samples] branch master updated: Build(deps): bump dubbo (#343)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 255fe34a Build(deps): bump dubbo (#343)
255fe34a is described below

commit 255fe34afddb68fd7a4a6a7cab576c70bb0fd5e8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 12 13:19:58 2022 +0800

    Build(deps): bump dubbo (#343)
    
    Bumps [dubbo](https://github.com/apache/dubbo) from 3.0.3 to 3.0.5.
    - [Release notes](https://github.com/apache/dubbo/releases)
    - [Changelog](https://github.com/apache/dubbo/blob/3.0/CHANGES.md)
    - [Commits](https://github.com/apache/dubbo/compare/dubbo-3.0.3...dubbo-3.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.dubbo:dubbo
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 registry/servicediscovery/zookeeper/java-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/registry/servicediscovery/zookeeper/java-server/pom.xml b/registry/servicediscovery/zookeeper/java-server/pom.xml
index fd35c085..1748197b 100644
--- a/registry/servicediscovery/zookeeper/java-server/pom.xml
+++ b/registry/servicediscovery/zookeeper/java-server/pom.xml
@@ -29,7 +29,7 @@
     <properties>
         <source.level>1.8</source.level>
         <target.level>1.8</target.level>
-        <dubbo.version>3.0.3</dubbo.version>
+        <dubbo.version>3.0.5</dubbo.version>
         <junit.version>4.12</junit.version>
         <spring-test.version>4.3.16.RELEASE</spring-test.version>
         <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>