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

gershinsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 019361e0d PARQUET-2155: Upgrade protobuf version to 3.17.3 (#973)
019361e0d is described below

commit 019361e0da0677360788f0ad96c520fb8c296d7d
Author: Chao Sun <[email protected]>
AuthorDate: Tue Jul 19 08:42:24 2022 -0700

    PARQUET-2155: Upgrade protobuf version to 3.17.3 (#973)
    
    * Upgrade protobuf version to 3.20.1
    
    * add Steve to co-author
    
    * change version to 3.17.3
    
    Co-authored-by: Steve Loughran <[email protected]>
---
 parquet-protobuf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index f029b051e..c72dd460a 100644
--- a/parquet-protobuf/pom.xml
+++ b/parquet-protobuf/pom.xml
@@ -31,7 +31,7 @@
 
   <properties>
     <elephant-bird.version>4.4</elephant-bird.version>
-    <protobuf.version>3.16.1</protobuf.version>
+    <protobuf.version>3.17.3</protobuf.version>
     <truth-proto-extension.version>1.0</truth-proto-extension.version>
   </properties>
 

Reply via email to