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:14:36 UTC

[incubator-shenyu] branch master updated: Bump dubbo from 2.6.5 to 2.6.12 (#3524)

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 7fc08b18c Bump dubbo from 2.6.5 to 2.6.12 (#3524)
7fc08b18c is described below

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

    Bump dubbo from 2.6.5 to 2.6.12 (#3524)
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 29ff0a8a4..1cdf19ab2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <protostuff.version>1.0.8</protostuff.version>
         <kryo.version>4.0.0</kryo.version>
         <pagehelper.version>5.1.2</pagehelper.version>
-        <alibaba.dubbo.version>2.6.5</alibaba.dubbo.version>
+        <alibaba.dubbo.version>2.6.12</alibaba.dubbo.version>
         <apache.dubbo.version>2.7.15</apache.dubbo.version>
         <gson.version>2.8.9</gson.version>
         <okhttp.version>3.7.0</okhttp.version>