Skip to content

Commit 3eaca03

Browse files
committed
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`. - EsotericSoftware/kryo@kryo-parent-4.0.2...kryo-parent-4.0.3 - EsotericSoftware/kryo#651 - EsotericSoftware/kryo#850 - EsotericSoftware/kryo#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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 1d5387e) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 0277a09 commit 3eaca03

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
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>com.esotericsoftware</groupId>
142142
<artifactId>kryo-shaded</artifactId>
143-
<version>4.0.2</version>
143+
<version>4.0.3</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)