This is an automated email from the ASF dual-hosted git repository.
gangwu 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 42cf31c0f Bump io.airlift:aircompressor from 0.27 to 2.0.2 (#3023)
42cf31c0f is described below
commit 42cf31c0fbe4f000d4ddb1e1092c6634989ea3ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 12 09:04:54 2024 +0800
Bump io.airlift:aircompressor from 0.27 to 2.0.2 (#3023)
Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor)
from 0.27 to 2.0.2.
- [Release notes](https://github.com/airlift/aircompressor/releases)
-
[Changelog](https://github.com/airlift/aircompressor/blob/master/jreleaser.yml)
- [Commits](https://github.com/airlift/aircompressor/compare/0.27...2.0.2)
---
updated-dependencies:
- dependency-name: io.airlift:aircompressor
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 ce023b518..f463f5df3 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -138,7 +138,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
- <version>0.27</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>