From 3e76c23005e89d7fc75038fe5abc98cbea4a69e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 09:08:40 +0000 Subject: [PATCH] Build: Bump parquet from 1.13.1 to 1.14.0 Bumps `parquet` from 1.13.1 to 1.14.0. Updates `org.apache.parquet:parquet-avro` from 1.13.1 to 1.14.0 - [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md) - [Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.13.1...apache-parquet-1.14.0) Updates `org.apache.parquet:parquet-column` from 1.13.1 to 1.14.0 - [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md) - [Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.13.1...apache-parquet-1.14.0) Updates `org.apache.parquet:parquet-hadoop` from 1.13.1 to 1.14.0 - [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md) - [Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.13.1...apache-parquet-1.14.0) --- updated-dependencies: - dependency-name: org.apache.parquet:parquet-avro dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.parquet:parquet-column dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.parquet:parquet-hadoop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bed5dfeb8e09..6b5cd44e25ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -70,7 +70,7 @@ netty-buffer = "4.1.109.Final" netty-buffer-compat = "4.1.109.Final" object-client-bundle = "3.3.2" orc = "1.9.3" -parquet = "1.13.1" +parquet = "1.14.0" pig = "0.17.0" roaringbitmap = "1.0.6" s3mock-junit5 = "2.11.0"