This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hbase.git
commit cf3b875a390dcc31078d0f6fad9a170effb88633 Author: Duo Zhang <[email protected]> AuthorDate: Sun Mar 1 20:08:00 2026 +0800 Revert "HASE-29928 Bump io.airlift:aircompressor from 0.27 to 2.0.3 (#7796)" This reverts commit a4ce03a3548dec914526d18e88c66daf87f6071f. Incorrect issue id --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24130c6d1e3..1f3b811c954 100644 --- a/pom.xml +++ b/pom.xml @@ -978,7 +978,7 @@ <refguide.fontawesome.version>4.7.0</refguide.fontawesome.version> <refguide.mathjax.version>2.7.0</refguide.mathjax.version> <!-- compression --> - <aircompressor.version>2.0.3</aircompressor.version> + <aircompressor.version>0.27</aircompressor.version> <brotli4j.version>1.11.0</brotli4j.version> <lz4.version>1.10.1</lz4.version> <snappy.version>1.1.10.4</snappy.version>
