This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 6c99b6b2a03 Migrate lz4-java from org.lz4:lz4-java 1.8.0 to
at.yawk.lz4:lz4-java 1.10.4 (#18015)
6c99b6b2a03 is described below
commit 6c99b6b2a03d6ed3d64506627166d8525a46f393
Author: Xiang Fu <[email protected]>
AuthorDate: Sat Mar 28 04:04:27 2026 -0700
Migrate lz4-java from org.lz4:lz4-java 1.8.0 to at.yawk.lz4:lz4-java 1.10.4
(#18015)
Auto-merged by automated PR review bot.
---
pinot-common/pom.xml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml
index 562e354fc77..0d5802a3d24 100644
--- a/pinot-common/pom.xml
+++ b/pinot-common/pom.xml
@@ -209,7 +209,7 @@
<artifactId>zstd-jni</artifactId>
</dependency>
<dependency>
- <groupId>org.lz4</groupId>
+ <groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index d2d381f74b1..2e44a9305a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<dropwizard-metrics.version>4.2.38</dropwizard-metrics.version>
<snappy-java.version>1.1.10.8</snappy-java.version>
<zstd-jni.version>1.5.7-7</zstd-jni.version>
- <lz4-java.version>1.8.0</lz4-java.version>
+ <lz4-java.version>1.10.4</lz4-java.version>
<libthrift.verion>0.22.0</libthrift.verion>
<log4j.version>2.25.3</log4j.version>
<slf4j.version>2.0.17</slf4j.version>
@@ -1069,7 +1069,7 @@
<version>${zstd-jni.version}</version>
</dependency>
<dependency>
- <groupId>org.lz4</groupId>
+ <groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>${lz4-java.version}</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]