You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by rx...@apache.org on 2020/09/08 08:05:24 UTC

[pulsar] branch master updated: Upgrade protobuf version to 3.11.4 (#7998)

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

rxl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 7488b8e  Upgrade protobuf version to 3.11.4 (#7998)
7488b8e is described below

commit 7488b8e5e81021fac344153365884519a930fa1f
Author: 冉小龙 <rx...@apache.org>
AuthorDate: Tue Sep 8 16:05:08 2020 +0800

    Upgrade protobuf version to 3.11.4 (#7998)
    
    Signed-off-by: xiaolong.ran <rx...@apache.org>
    
    ### Modifications
    
    - Upgrade `protobuf` version to `3.11.4`
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f9e2ad9..d150e0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,8 +122,8 @@ flexible messaging model and an intuitive client API.</description>
     <dockerfile-maven.version>1.4.13</dockerfile-maven.version>
     <typetools.version>0.5.0</typetools.version>
     <protobuf2.version>2.4.1</protobuf2.version>
-    <protobuf3.version>3.5.1</protobuf3.version>
-    <protoc3.version>3.5.1-1</protoc3.version>
+    <protobuf3.version>3.11.4</protobuf3.version>
+    <protoc3.version>3.11.4</protoc3.version>
     <grpc.version>1.18.0</grpc.version>
     <protoc-gen-grpc-java.version>1.12.0</protoc-gen-grpc-java.version>
     <gson.version>2.8.2</gson.version>