mirror of https://github.com/apache/nifi.git
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:
parent
69ef6c6971
commit
b8c5bb661e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue