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/06/16 15:59:14 UTC

[hbase] branch branch-3 updated: HBASE-27939 Bump snappy-java from 1.1.9.1 to 1.1.10.1 (#5292)

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

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


The following commit(s) were added to refs/heads/branch-3 by this push:
     new b3a5889b765 HBASE-27939 Bump snappy-java from 1.1.9.1 to 1.1.10.1 (#5292)
b3a5889b765 is described below

commit b3a5889b765d2820d046cf4a31f31a0aa2c3d169
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 16 23:53:33 2023 +0800

    HBASE-27939 Bump snappy-java from 1.1.9.1 to 1.1.10.1 (#5292)
    
    Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.9.1 to 1.1.10.1.
    - [Release notes](https://github.com/xerial/snappy-java/releases)
    - [Commits](https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.xerial.snappy:snappy-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Signed-off-by: Duo Zhang <zh...@apache.org>
    (cherry picked from commit 3ab81eb658df981b8e7206e89b96df94155d2581)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ec4a1dc9d9..2203665c037 100644
--- a/pom.xml
+++ b/pom.xml
@@ -889,7 +889,7 @@
     <aircompressor.version>0.24</aircompressor.version>
     <brotli4j.version>1.11.0</brotli4j.version>
     <lz4.version>1.8.0</lz4.version>
-    <snappy.version>1.1.9.1</snappy.version>
+    <snappy.version>1.1.10.1</snappy.version>
     <xz.version>1.9</xz.version>
     <zstd-jni.version>1.5.5-2</zstd-jni.version>
     <hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>