This is an automated email from the ASF dual-hosted git repository. zhaocong pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 304fea1a88f5ca91f011d3dd622c554bf34c70f5 Author: Lari Hotari <[email protected]> AuthorDate: Sat Jan 24 10:11:10 2026 +0200 [improve][misc] Upgrade snappy version to 1.1.10.8 (#25182) (cherry picked from commit b15f53b582546f47414edd9a680bd6980db2fd41) --- distribution/server/src/assemble/LICENSE.bin.txt | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index ee379ca3b04..c6e15f67ccf 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -506,7 +506,7 @@ The Apache Software License, Version 2.0 - org.apache.zookeeper-zookeeper-jute-3.9.4.jar - org.apache.zookeeper-zookeeper-prometheus-metrics-3.9.4.jar * Snappy Java - - org.xerial.snappy-snappy-java-1.1.10.5.jar + - org.xerial.snappy-snappy-java-1.1.10.8.jar * Google HTTP Client - com.google.http-client-google-http-client-gson-1.41.0.jar - com.google.http-client-google-http-client-1.41.0.jar diff --git a/pom.xml b/pom.xml index 3a6e5800967..71a9c558995 100644 --- a/pom.xml +++ b/pom.xml @@ -181,7 +181,7 @@ flexible messaging model and an intuitive client API.</description> <zookeeper.version>3.9.4</zookeeper.version> <commons-cli.version>1.11.0</commons-cli.version> <commons-text.version>1.14.0</commons-text.version> - <snappy.version>1.1.10.5</snappy.version> <!-- ZooKeeper server --> + <snappy.version>1.1.10.8</snappy.version> <!-- ZooKeeper server --> <dropwizardmetrics.version>4.1.12.1</dropwizardmetrics.version> <!-- ZooKeeper server --> <curator.version>5.7.1</curator.version> <netty.version>4.1.130.Final</netty.version>
