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 3cfe3883 Build(deps): bump protobuf-java (#430)
3cfe3883 is described below
commit 3cfe3883ec70b808f2e96f60ad8697e85410b595
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 5 13:16:11 2022 +0800
Build(deps): bump protobuf-java (#430)
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/triple/pb/dubbogo-java/java-server/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rpc/triple/pb/dubbogo-java/java-server/pom.xml
b/rpc/triple/pb/dubbogo-java/java-server/pom.xml
index 81ff6349..3945045b 100644
--- a/rpc/triple/pb/dubbogo-java/java-server/pom.xml
+++ b/rpc/triple/pb/dubbogo-java/java-server/pom.xml
@@ -48,7 +48,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>