Repository: parquet-mr Updated Branches: refs/heads/master c532b0e63 -> ba7b8ba69
PARQUET-1149: Update Avro to 1.8.2 Author: Fokko Driesprong <[email protected]> Closes #431 from Fokko/PARQUET-1149 and squashes the following commits: 3ef7c2e [Fokko Driesprong] [PARQUET-1149] Update Avro Project: http://git-wip-us.apache.org/repos/asf/parquet-mr/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-mr/commit/ba7b8ba6 Tree: http://git-wip-us.apache.org/repos/asf/parquet-mr/tree/ba7b8ba6 Diff: http://git-wip-us.apache.org/repos/asf/parquet-mr/diff/ba7b8ba6 Branch: refs/heads/master Commit: ba7b8ba69984bd2c91c41eeab9a2f030661e5a49 Parents: c532b0e Author: Fokko Driesprong <[email protected]> Authored: Fri Nov 10 11:15:08 2017 +0100 Committer: Zoltan Ivanfi <[email protected]> Committed: Fri Nov 10 11:15:22 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/ba7b8ba6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 455c2ee..40977a5 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ <fastutil.version>7.0.13</fastutil.version> <semver.api.version>0.9.33</semver.api.version> <slf4j.version>1.7.22</slf4j.version> - <avro.version>1.8.1</avro.version> + <avro.version>1.8.2</avro.version> <guava.version>20.0</guava.version> <mockito.version>1.10.19</mockito.version>
