Skip to content

Commit 1ba55ea

Browse files
committed
ORC-2148: Upgrade lz4-java to 1.11.0
### What changes were proposed in this pull request? This PR aims to upgrade `at.yawk.lz4:lz4-java` to 1.11.0. ### Why are the changes needed? To keep up with the latest version of `lz4-java`. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.6 Closes #2600 from dongjoon-hyun/ORC-2148. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent f3f8fb7 commit 1ba55ea

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.4</version>
179+
<version>1.11.0</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>com.github.luben</groupId>

0 commit comments

Comments
 (0)