You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by fo...@apache.org on 2023/04/13 19:20:46 UTC

[parquet-mr] branch master updated: PARQUET-2272: Bump protobuf-java from 3.17.3 to 3.19.6 (#1003)

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

fokko 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 9c312d654 PARQUET-2272: Bump protobuf-java from 3.17.3 to 3.19.6 (#1003)
9c312d654 is described below

commit 9c312d654f9eb8ac38e9ea59644f156ccac58e6b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 13 21:20:40 2023 +0200

    PARQUET-2272: Bump protobuf-java from 3.17.3 to 3.19.6 (#1003)
    
    Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.17.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.17.3...v3.19.6)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 30fcac5fd..44aa03b0a 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.17.3</protobuf.version>
+    <protobuf.version>3.19.6</protobuf.version>
     <truth-proto-extension.version>1.0</truth-proto-extension.version>
   </properties>