This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 358f1eb [PARQUET-1932] Bump Fastutil to 8.4.2 (#836)
358f1eb is described below
commit 358f1eb44b45795fccf1990255209867db0272b1
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Oct 22 19:53:27 2020 +0200
[PARQUET-1932] Bump Fastutil to 8.4.2 (#836)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a0d3e15..9822664 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
<thrift.version>0.13.0</thrift.version>
<format.thrift.version>0.13.0</format.thrift.version>
- <fastutil.version>8.2.3</fastutil.version>
+ <fastutil.version>8.4.2</fastutil.version>
<semver.api.version>0.9.33</semver.api.version>
<slf4j.version>1.7.22</slf4j.version>
<avro.version>1.10.0</avro.version>