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 40825b7e Build(deps): bump protobuf-java in
/rpc/triple/hessian2/java-client (#341)
40825b7e is described below
commit 40825b7ec7d7be5d3f17c74c92b5597e762d86e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 12 13:19:04 2022 +0800
Build(deps): bump protobuf-java in /rpc/triple/hessian2/java-client (#341)
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/triple/hessian2/java-client/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rpc/triple/hessian2/java-client/pom.xml
b/rpc/triple/hessian2/java-client/pom.xml
index 3628ed5f..91c06092 100644
--- a/rpc/triple/hessian2/java-client/pom.xml
+++ b/rpc/triple/hessian2/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>