From 71089e3ab34507a492e78231b235714b8f3070e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:00:11 +0000 Subject: [PATCH] chore(deps): bump org.apache.parquet:parquet-avro from 1.14.2 to 1.14.3 Bumps [org.apache.parquet:parquet-avro](https://github.com/apache/parquet-mr) from 1.14.2 to 1.14.3. - [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.14.2...apache-parquet-1.14.3) --- updated-dependencies: - dependency-name: org.apache.parquet:parquet-avro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4126ab6..26d685e 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { api ('org.apache.avro:avro:1.12.0') { exclude group: 'com.fasterxml.jackson.core' } - api group: 'org.apache.parquet', name: 'parquet-avro', version: '1.14.2' + api group: 'org.apache.parquet', name: 'parquet-avro', version: '1.14.3' api group: 'org.apache.poi', name: 'poi', version: '5.3.0' api group: 'org.apache.poi', name: 'poi-ooxml', version: '5.3.0' api group: 'com.github.pjfanning', name: 'excel-streaming-reader', version: '5.0.2'