This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 9e080d02e61 HBASE-27338 brotli compression lib tests fail on arm64 
(#4735)
9e080d02e61 is described below

commit 9e080d02e61167b0a479d4e21557b64dd412d43a
Author: Michael Stack <[email protected]>
AuthorDate: Mon Aug 29 09:11:52 2022 -0700

    HBASE-27338 brotli compression lib tests fail on arm64 (#4735)
    
    Up the brotli lib from 1.7.1 to 1.8.0
    
    Signed-off-by: Bryan Beaudreault <bbeaudreault>
    Signed-off-by: Andrew Purtell <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a19f0c9afa..c134c59f9a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -632,7 +632,7 @@
     <maven-site.version>3.12.0</maven-site.version>
     <!-- compression -->
     <aircompressor.version>0.21</aircompressor.version>
-    <brotli4j.version>1.7.1</brotli4j.version>
+    <brotli4j.version>1.8.0</brotli4j.version>
     <lz4.version>1.8.0</lz4.version>
     <snappy.version>1.1.8.4</snappy.version>
     <xz.version>1.9</xz.version>

Reply via email to