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 1ba55eaa7 ORC-2148: Upgrade `lz4-java` to 1.11.0
1ba55eaa7 is described below
commit 1ba55eaa7c2306a663a01289b81ce1e7007ea6c5
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Apr 10 10:14:56 2026 -0700
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 <[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 763d84e6a..88af53c9d 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.4</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>com.github.luben</groupId>