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 2023/07/31 11:03:22 UTC

[dubbo] branch 3.2 updated: Bump grpc.version from 1.56.1 to 1.57.0 (#12821)

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

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 4bc9187531 Bump grpc.version from 1.56.1 to 1.57.0 (#12821)
4bc9187531 is described below

commit 4bc91875314bfae2ed3708b51a4045bfd8791746
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 31 19:03:17 2023 +0800

    Bump grpc.version from 1.56.1 to 1.57.0 (#12821)
    
    Bumps `grpc.version` from 1.56.1 to 1.57.0.
    
    Updates `io.grpc:grpc-core` from 1.56.1 to 1.57.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.0)
    
    Updates `io.grpc:grpc-stub` from 1.56.1 to 1.57.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.0)
    
    Updates `io.grpc:grpc-protobuf` from 1.56.1 to 1.57.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.0)
    
    Updates `io.grpc:grpc-context` from 1.56.1 to 1.57.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.0)
    
    Updates `io.grpc:grpc-netty-shaded` from 1.56.1 to 1.57.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.0)
    
    Updates `io.grpc:grpc-netty` from 1.56.1 to 1.57.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.0)
    
    Updates `io.grpc:grpc-grpclb` from 1.56.1 to 1.57.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-stub
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-context
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-netty-shaded
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-netty
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-grpclb
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 dubbo-dependencies-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 710f658157..a1a7d7ee25 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -149,7 +149,7 @@
         <tomcat_embed_version>8.5.87</tomcat_embed_version>
         <jetcd_version>0.7.6</jetcd_version>
         <nacos_version>2.2.4</nacos_version>
-        <grpc.version>1.56.1</grpc.version>
+        <grpc.version>1.57.0</grpc.version>
         <grpc_contrib_verdion>0.8.1</grpc_contrib_verdion>
         <jprotoc_version>1.2.2</jprotoc_version>
         <!-- Log libs -->