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

technoboy pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new e400e31de23 [improve][misc] Upgrade snappy version to 1.1.10.8 (#25182)
e400e31de23 is described below

commit e400e31de2342eba6d11f39f637d4800d451c313
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)
---
 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 f44793393d7..e6a74695650 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 dcfb52d9fd7..de45e36b27a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,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>

Reply via email to