This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.3 by this push:
new 3eaca03df ORC-2137: Upgrade `kryo-shaded` to 4.0.3
3eaca03df is described below
commit 3eaca03df1e6740f7ae793cde9ea8e08a194b30f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Mar 21 02:19:18 2026 -0700
ORC-2137: Upgrade `kryo-shaded` to 4.0.3
### What changes were proposed in this pull request?
This PR upgrades `kryo-shaded` from 4.0.2 to 4.0.3.
### Why are the changes needed?
To bring in the latest patch release of `kryo-shaded`.
-
https://github.com/EsotericSoftware/kryo/compare/kryo-parent-4.0.2...kryo-parent-4.0.3
- https://github.com/EsotericSoftware/kryo/issues/651
- https://github.com/EsotericSoftware/kryo/issues/850
- https://github.com/EsotericSoftware/kryo/issues/978
In addition, Apache Spark 4.0+ has been using `4.0.3`.
- apache/spark#50586
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-opus-4-6)
Closes #2587 from dongjoon-hyun/ORC-2137.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 1d5387e56b2b6cd48e73bf8176903888bbd262ca)
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 592443a16..02d1c5ad8 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -140,7 +140,7 @@
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-shaded</artifactId>
- <version>4.0.2</version>
+ <version>4.0.3</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>