From 50e74896500b2b762b9b90a71145e22b2860efd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 02:29:05 +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 853dc8c21cec..236e3afd5c04 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -72,7 +72,7 @@ netty-buffer = "4.1.107.Final" netty-buffer-compat = "4.1.107.Final" object-client-bundle = "3.3.2" orc = "1.9.2" -parquet = "1.13.1" +parquet = "1.14.0" pig = "0.17.0" roaringbitmap = "1.0.1" s3mock-junit5 = "2.11.0"