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 438686c2a PARQUET-2169: Upgrade Avro to version 1.11.1 (#981)
438686c2a is described below
commit 438686c2ac8bbd576b3593bdc73d68df11612bd3
Author: Ismaël Mejía <[email protected]>
AuthorDate: Thu Aug 18 10:58:35 2022 +0200
PARQUET-2169: Upgrade Avro to version 1.11.1 (#981)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2f664bf90..0f03ef473 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,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.2</avro.version>
+ <avro.version>1.11.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>