You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/04/10 16:38:38 UTC

[iceberg] 01/01: Build: Bump Parquet to 1.13.0

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

fokko pushed a commit to branch fd-bump-parquet
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 4458f4a4c9b407906697585a3c16df87ebefa4bb
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon Apr 10 18:38:29 2023 +0200

    Build: Bump Parquet to 1.13.0
    
    Changelog: https://github.com/apache/parquet-mr/blob/master/CHANGES.md#version-1130
---
 versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.props b/versions.props
index 3e1b0c820b..dd942cd6de 100644
--- a/versions.props
+++ b/versions.props
@@ -5,7 +5,7 @@ org.apache.hadoop:* = 2.7.3
 org.apache.hive:* = 2.3.8
 org.apache.httpcomponents.client5:* = 5.2.1
 org.apache.orc:* = 1.8.3
-org.apache.parquet:* = 1.12.3
+org.apache.parquet:* = 1.13.0
 org.apache.pig:pig = 0.14.0
 com.fasterxml.jackson.*:* = 2.14.1
 com.google.code.findbugs:jsr305 = 3.0.2