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 40018a27 Build(deps): bump protobuf-java in
/generic/default/java-server (#356)
40018a27 is described below
commit 40018a27298d293ff4fd59cb99f79d7007675775
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 13 21:27:43 2022 +0800
Build(deps): bump protobuf-java in /generic/default/java-server (#356)
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>
---
generic/default/java-server/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generic/default/java-server/pom.xml
b/generic/default/java-server/pom.xml
index 3ca7d0ca..c7846f49 100644
--- a/generic/default/java-server/pom.xml
+++ b/generic/default/java-server/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>