You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gu...@apache.org on 2022/01/11 09:49:43 UTC

[dubbo] branch 3.0 updated: Bump protobuf version to 3.19.2 (#9561)

This is an automated email from the ASF dual-hosted git repository.

guohao pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 1da62db  Bump protobuf version to 3.19.2 (#9561)
1da62db is described below

commit 1da62dbf048fd31a75de5c437d8e41d601db6642
Author: GuoHao <gu...@gmail.com>
AuthorDate: Tue Jan 11 17:43:52 2022 +0800

    Bump protobuf version to 3.19.2 (#9561)
---
 dubbo-dependencies-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 34bc5e3..ef8b7f2 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -110,7 +110,7 @@
         <cxf_version>3.1.15</cxf_version>
         <thrift_version>0.12.0</thrift_version>
         <hessian_version>4.0.38</hessian_version>
-        <protobuf-java_version>3.11.0</protobuf-java_version>
+        <protobuf-java_version>3.19.2</protobuf-java_version>
         <javax_annotation-api_version>1.3.2</javax_annotation-api_version>
         <servlet_version>3.1.0</servlet_version>
         <jetty_version>9.4.43.v20210629</jetty_version>