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 8a396ced Build(deps): bump protobuf-java in /rpc/dubbo/java-client 
(#353)
8a396ced is described below

commit 8a396cedc5012d87cf7be1f4daa216c0bb0b6c21
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 13 21:26:32 2022 +0800

    Build(deps): bump protobuf-java in /rpc/dubbo/java-client (#353)
    
    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] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 rpc/dubbo/java-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rpc/dubbo/java-client/pom.xml b/rpc/dubbo/java-client/pom.xml
index 3991e0a2..5f390302 100644
--- a/rpc/dubbo/java-client/pom.xml
+++ b/rpc/dubbo/java-client/pom.xml
@@ -23,7 +23,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>

Reply via email to