You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2022/06/11 02:15:02 UTC

[incubator-shenyu] branch master updated: Bump dubbo (#3526)

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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 66d9c137f Bump dubbo (#3526)
66d9c137f is described below

commit 66d9c137f7123b14507fef1a3cbf2216a6cf2d10
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jun 11 10:14:56 2022 +0800

    Bump dubbo (#3526)
    
    Bumps [dubbo](https://github.com/apache/incubator-dubbo) from 2.6.5 to 2.6.12.
    - [Release notes](https://github.com/apache/incubator-dubbo/releases)
    - [Changelog](https://github.com/apache/dubbo/blob/3.0/CHANGES.md)
    - [Commits](https://github.com/apache/incubator-dubbo/compare/dubbo-2.6.5...dubbo-2.6.12)
    
    ---
    updated-dependencies:
    - dependency-name: com.alibaba:dubbo
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .../shenyu-examples-alibaba-dubbo-service-annotation/pom.xml            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/pom.xml b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/pom.xml
index 0c906bb7a..e40ae7a40 100644
--- a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/pom.xml
+++ b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <curator.version>4.0.1</curator.version>
-        <alibaba.dubbo.version>2.6.5</alibaba.dubbo.version>
+        <alibaba.dubbo.version>2.6.12</alibaba.dubbo.version>
         <zookeeper.version>3.5.6</zookeeper.version>
         <alibaba.spring.version>1.0.5</alibaba.spring.version>
     </properties>