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 06:32:02 UTC

[hbase] branch branch-2 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 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 bcd2dfa9b3f HBASE-27838 Update zstd-jni from version 1.5.4-2 -> 1.5.5-2. (#5220)
bcd2dfa9b3f is described below

commit bcd2dfa9b3f9832b160c429f7c4aa0ca83ae219f
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>
    (cherry picked from commit 5d2b6956e58f87289e48e58d4d34de7afc661406)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c88a72c8fe0..b24d109d7c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -646,7 +646,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>