NIFI-11346 This closes #7088. Upgraded Parquet from 1.12.0 to 1.12.3

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2023-03-27 18:01:44 -05:00 committed by Joe Witt
parent 5bdee9a714
commit 158b5ffbcc
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
2 changed files with 6 additions and 1 deletions

View File

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

View File

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