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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new ee42b908f5 GH-34899: [C++] Dependency: bump zstd to v1.5.5 (#34900)
ee42b908f5 is described below

commit ee42b908f5102fe8c73b5e84b58b155e49ada747
Author: mwish <[email protected]>
AuthorDate: Wed Apr 5 14:43:13 2023 +0800

    GH-34899: [C++] Dependency: bump zstd to v1.5.5 (#34900)
    
    
    
    ### Rationale for this change
    
    Upgrade zstd from v1.5.2 to v.1.5.5
    
    ### What changes are included in this PR?
    
    zstd version upgrade
    
    ### Are these changes tested?
    
    No, waiting for ut
    
    ### Are there any user-facing changes?
    
    No
    
    * Closes: #34899
    
    Authored-by: mwish <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 cpp/thirdparty/versions.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/thirdparty/versions.txt b/cpp/thirdparty/versions.txt
index 7750bd04fd..8c8bd5d711 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -115,8 +115,8 @@ ARROW_XSIMD_BUILD_VERSION=9.0.1
 
ARROW_XSIMD_BUILD_SHA256_CHECKSUM=b1bb5f92167fd3a4f25749db0be7e61ed37e0a5d943490f3accdcd2cd2918cc0
 ARROW_ZLIB_BUILD_VERSION=1.2.13
 
ARROW_ZLIB_BUILD_SHA256_CHECKSUM=b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
-ARROW_ZSTD_BUILD_VERSION=1.5.2
-ARROW_ZSTD_BUILD_SHA256_CHECKSUM=7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0
+ARROW_ZSTD_BUILD_VERSION=1.5.5
+ARROW_ZSTD_BUILD_SHA256_CHECKSUM=9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
 
 
 # The first field is the name of the environment variable expected by cmake.

Reply via email to