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/13 13:24:50 UTC

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

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 00205e1e Build(deps): bump protobuf-java (#349)
00205e1e is described below

commit 00205e1ec8111e95a24427403b942b780b96fa55
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 13 21:24:46 2022 +0800

    Build(deps): bump protobuf-java (#349)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.14.0 to 3.16.1.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.14.0...v3.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      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-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/registry/servicediscovery/zookeeper/java-client/pom.xml b/registry/servicediscovery/zookeeper/java-client/pom.xml
index 75fc7ec3..93117d75 100644
--- a/registry/servicediscovery/zookeeper/java-client/pom.xml
+++ b/registry/servicediscovery/zookeeper/java-client/pom.xml
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
-            <version>3.14.0</version>
+            <version>3.16.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.dubbo</groupId>