From 3b1b8f5ab500e4d52191bf09d3a896bd9bc69481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:12:03 +0000 Subject: [PATCH] Build: Bump parquet from 1.13.1 to 1.14.2 Bumps `parquet` from 1.13.1 to 1.14.2. Updates `org.apache.parquet:parquet-avro` from 1.13.1 to 1.14.2 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.13.1...apache-parquet-1.14.2) Updates `org.apache.parquet:parquet-column` from 1.13.1 to 1.14.2 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.13.1...apache-parquet-1.14.2) Updates `org.apache.parquet:parquet-hadoop` from 1.13.1 to 1.14.2 - [Release notes](https://github.com/apache/parquet-mr/releases) - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md) - [Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.13.1...apache-parquet-1.14.2) --- 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 8b1feda17109..1a8d3379574f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -73,7 +73,7 @@ netty-buffer = "4.1.112.Final" netty-buffer-compat = "4.1.112.Final" object-client-bundle = "3.3.2" orc = "1.9.4" -parquet = "1.13.1" +parquet = "1.14.2" pig = "0.17.0" roaringbitmap = "1.2.1" s3mock-junit5 = "2.17.0"