Skip to content

Commit ff29fa3

Browse files
committed
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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 05bb715) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent baa8c13 commit ff29fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<dependency>
177177
<groupId>at.yawk.lz4</groupId>
178178
<artifactId>lz4-java</artifactId>
179-
<version>1.10.3</version>
179+
<version>1.10.4</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>com.github.luben</groupId>

0 commit comments

Comments
 (0)