This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 158b5ffbcc53324a3acb04e0d007203acace2214 Author: exceptionfactory <[email protected]> AuthorDate: Mon Mar 27 18:01:44 2023 -0500 NIFI-11346 This closes #7088. Upgraded Parquet from 1.12.0 to 1.12.3 Signed-off-by: Joe Witt <[email protected]> --- nifi-nar-bundles/nifi-hive-bundle/pom.xml | 5 +++++ nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/pom.xml index 5aa0a11b9e..543da5cfc9 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml @@ -100,6 +100,11 @@ <artifactId>ant</artifactId> <version>1.10.12</version> </dependency> + <dependency> + <groupId>org.apache.parquet</groupId> + <artifactId>parquet-hadoop-bundle</artifactId> + <version>1.12.3</version> + </dependency> </dependencies> </dependencyManagement> diff --git a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml index f6145f8949..d3227dd742 100644 --- a/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml +++ b/nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml @@ -80,7 +80,7 @@ <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-avro</artifactId> - <version>1.12.0</version> + <version>1.12.3</version> <exclusions> <exclusion> <groupId>org.xerial.snappy</groupId>
