You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by cn...@apache.org on 2023/02/02 18:37:26 UTC

[zookeeper] branch branch-3.7 updated: [ZOOKEEPER-4669] Upgrade snappy-java to 1.1.9.1 (#1976)

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

cnauroth pushed a commit to branch branch-3.7
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.7 by this push:
     new 90a6344fd [ZOOKEEPER-4669] Upgrade snappy-java to 1.1.9.1 (#1976)
90a6344fd is described below

commit 90a6344fd68dffc6c3e3bce7ceb227f782af2813
Author: Martin Polden <mp...@mpolden.no>
AuthorDate: Thu Feb 2 19:35:13 2023 +0100

    [ZOOKEEPER-4669] Upgrade snappy-java to 1.1.9.1 (#1976)
    
    Signed-off-by: Chris Nauroth <cn...@apache.org>
    Signed-off-by: Enrico Olivelli <eo...@apache.org>
    (cherry picked from commit 205840ee9f937fae1b61f6854f86f6fb3bc70a28)
    (cherry picked from commit e7fdb4bb72211c1cdae92eaaa6217334648093f8)
---
 pom.xml                                                                 | 2 +-
 ...java-1.1.7.7.jar_LICENSE.txt => snappy-java-1.1.9.1.jar_LICENSE.txt} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 036eab8d1..d6d1b958c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -441,7 +441,7 @@
     <jetty.version>9.4.49.v20220914</jetty.version>
     <jackson.version>2.13.4.2</jackson.version>
     <jline.version>2.14.6</jline.version>
-    <snappy.version>1.1.7.7</snappy.version>
+    <snappy.version>1.1.9.1</snappy.version>
     <kerby.version>2.0.0</kerby.version>
     <bouncycastle.version>1.60</bouncycastle.version>
     <commons-collections.version>4.4</commons-collections.version>
diff --git a/zookeeper-server/src/main/resources/lib/snappy-java-1.1.7.7.jar_LICENSE.txt b/zookeeper-server/src/main/resources/lib/snappy-java-1.1.9.1.jar_LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/snappy-java-1.1.7.7.jar_LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/snappy-java-1.1.9.1.jar_LICENSE.txt