NIFI-11724 Upgraded parquet-avro from 1.13.0 to 1.13.1

This closes #7406

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-06-19 09:21:19 -04:00 committed by exceptionfactory
parent 69ef6c6971
commit b8c5bb661e
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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>