This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit b8c5bb661ed013f2ee1796e7ae2f4822b0439a6c Author: mr1716 <[email protected]> AuthorDate: Mon Jun 19 09:21:19 2023 -0400 NIFI-11724 Upgraded parquet-avro from 1.13.0 to 1.13.1 This closes #7406 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a934f5760d..8353ceb402 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.13.0</version> + <version>1.13.1</version> <exclusions> <exclusion> <groupId>org.xerial.snappy</groupId>
