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-java.git
The following commit(s) were added to refs/heads/master by this push:
new 8b91d6c4d PARQUET-2487: Bump io.airlift:aircompressor from 0.26 to
0.27 (#1363)
8b91d6c4d is described below
commit 8b91d6c4d70cf697eeca66fe8c00fb88623ec181
Author: Utku Aydın <[email protected]>
AuthorDate: Fri May 31 16:35:14 2024 +0200
PARQUET-2487: Bump io.airlift:aircompressor from 0.26 to 0.27 (#1363)
---
parquet-hadoop/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index 7e0e8bebe..d12948317 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -143,7 +143,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
- <version>0.26</version>
+ <version>0.27</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>