This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new 09e40670a61 HBASE-29928 Bump io.airlift:aircompressor from 0.27 to
2.0.3 (#7796) (#7826)
09e40670a61 is described below
commit 09e40670a61988e63c607d1b4d5cc0b60b06ee77
Author: Duo Zhang <[email protected]>
AuthorDate: Sun Mar 1 21:13:44 2026 +0800
HBASE-29928 Bump io.airlift:aircompressor from 0.27 to 2.0.3 (#7796) (#7826)
Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor)
from 0.27 to 2.0.3.
- [Release notes](https://github.com/airlift/aircompressor/releases)
- [Commits](https://github.com/airlift/aircompressor/compare/0.27...2.0.3)
---
updated-dependencies:
- dependency-name: io.airlift:aircompressor
dependency-version: 2.0.3
dependency-type: direct:production
...
(cherry picked from commit a4ce03a3548dec914526d18e88c66daf87f6071f)
Signed-off-by: Duo Zhang <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 37c9b0512d0..af4a6263267 100644
--- a/pom.xml
+++ b/pom.xml
@@ -664,7 +664,7 @@
<spotless.version>2.44.4</spotless.version>
<maven-site.version>3.21.0</maven-site.version>
<!-- compression -->
- <aircompressor.version>0.27</aircompressor.version>
+ <aircompressor.version>2.0.3</aircompressor.version>
<brotli4j.version>1.11.0</brotli4j.version>
<lz4.version>1.10.1</lz4.version>
<snappy.version>1.1.10.4</snappy.version>