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 fcd4128b Build(deps): bump protobuf-java in /rpc/dubbo/java-client
(#422)
fcd4128b is described below
commit fcd4128b4e064a915afafea9d9fdfd57068b1672
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 5 13:17:05 2022 +0800
Build(deps): bump protobuf-java in /rpc/dubbo/java-client (#422)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from
3.16.1 to 3.16.3.
- [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.16.1...v3.16.3)
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
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 5f390302..e4cb07f6 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.16.1</version>
+ <version>3.16.3</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>