This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 05bb715f5 ORC-2120: Upgrade `lz4-java` to 0.10.4
05bb715f5 is described below
commit 05bb715f5672101ffba4e8bbb495099b73bfa03a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 2 19:59:42 2026 -0800
ORC-2120: Upgrade `lz4-java` to 0.10.4
### What changes were proposed in this pull request?
This PR aims to upgrade `lz4-java` to 0.10.4.
### Why are the changes needed?
To use the latest bug fixed version for LZ4Codec.
- https://github.com/yawkat/lz4-java/releases/tag/v1.10.4
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`.
Closes #2568 from dongjoon-hyun/ORC-2120.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 6cd773bb4..7842f6302 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -176,7 +176,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.10.3</version>
+ <version>1.10.4</version>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>