This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 2917e65ccd Bump protobuf-java from 3.18.3 to 3.19.6 in /dubbo-xds
(#11283)
2917e65ccd is described below
commit 2917e65ccdda5cd3b78cb9c339ed44bf86ab38ce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 12 07:52:08 2023 +0800
Bump protobuf-java from 3.18.3 to 3.19.6 in /dubbo-xds (#11283)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from
3.18.3 to 3.19.6.
- [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.18.3...v3.19.6)
---
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>
---
dubbo-xds/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-xds/pom.xml b/dubbo-xds/pom.xml
index 913fe84187..f3b04cb4e9 100644
--- a/dubbo-xds/pom.xml
+++ b/dubbo-xds/pom.xml
@@ -31,7 +31,7 @@
<description>The xDS Integration</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
- <protobuf-java.version>3.18.3</protobuf-java.version>
+ <protobuf-java.version>3.19.6</protobuf-java.version>
<grpc.version>1.41.0</grpc.version>
</properties>