This is an automated email from the ASF dual-hosted git repository.
gabor 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 f01a1e5 PARQUET-1952: Upgrade Avro to 1.10.1 (#848)
f01a1e5 is described below
commit f01a1e5dc327ab5f2cffe0528aa67883c88f938c
Author: Yuming Wang <[email protected]>
AuthorDate: Mon Dec 14 22:35:53 2020 +0800
PARQUET-1952: Upgrade Avro to 1.10.1 (#848)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9822664..6a7c72a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<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>
+ <avro.version>1.10.1</avro.version>
<guava.version>27.0.1-jre</guava.version>
<brotli-codec.version>0.1.1</brotli-codec.version>
<mockito.version>1.10.19</mockito.version>