This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit e5843cde6f3be43ebbc6e37cbc56be253a8b5e14 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 --- 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 47bd5fc07e..3e8257e612 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml @@ -110,6 +110,11 @@ <artifactId>xercesImpl</artifactId> <version>2.12.2</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 b1e5122026..53923abac2 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>
