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 2affb36 PARQUET-1699: upgrade yetus to 0.12.0 (#786)
2affb36 is described below
commit 2affb3661c383bc816357141360d19e265909c90
Author: Priyank Bagrecha <[email protected]>
AuthorDate: Mon Apr 20 06:16:17 2020 -0700
PARQUET-1699: upgrade yetus to 0.12.0 (#786)
---
parquet-common/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-common/pom.xml b/parquet-common/pom.xml
index 7935751..7fa4cab 100644
--- a/parquet-common/pom.xml
+++ b/parquet-common/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.yetus</groupId>
<artifactId>audience-annotations</artifactId>
- <version>0.11.0</version>
+ <version>0.12.0</version>
</dependency>
</dependencies>