You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2023/05/05 03:52:37 UTC

[hbase] branch master updated: HBASE-27838 Update zstd-jni from version 1.5.4-2 -> 1.5.5-2. (#5220)

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


The following commit(s) were added to refs/heads/master by this push:
     new 5d2b6956e58 HBASE-27838 Update zstd-jni from version 1.5.4-2 -> 1.5.5-2. (#5220)
5d2b6956e58 is described below

commit 5d2b6956e58f87289e48e58d4d34de7afc661406
Author: Jonathan Albrecht <jo...@ibm.com>
AuthorDate: Thu May 4 23:52:30 2023 -0400

    HBASE-27838 Update zstd-jni from version 1.5.4-2 -> 1.5.5-2. (#5220)
    
    Note: This version includes a fix that prevented zstd-jni from
    running on s390x.
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f5bfaec64e..df93c48dcb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -891,7 +891,7 @@
     <lz4.version>1.8.0</lz4.version>
     <snappy.version>1.1.9.1</snappy.version>
     <xz.version>1.9</xz.version>
-    <zstd-jni.version>1.5.4-2</zstd-jni.version>
+    <zstd-jni.version>1.5.5-2</zstd-jni.version>
     <hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>
     <!-- Coverage properties -->
     <jacoco.version>0.8.8</jacoco.version>