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 2318ecb57 ORC-1900: Upgrade `Jackson` to 2.18.2 in bench module
2318ecb57 is described below
commit 2318ecb57c97855441e7f0679008a4eb20b91591
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri May 23 10:57:27 2025 -0700
ORC-1900: Upgrade `Jackson` to 2.18.2 in bench module
### What changes were proposed in this pull request?
This PR aims to upgrade `Jackson` to 2.18.2 in bench module.
### Why are the changes needed?
To match with Apache Spark 4.0.0.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2233 from dongjoon-hyun/ORC-1900.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/spark/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index 31070bd2a..3c1e0743f 100644
--- a/java/bench/spark/pom.xml
+++ b/java/bench/spark/pom.xml
@@ -32,7 +32,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Spark Jackson version may not be same as ORC -->
- <spark.jackson.version>2.15.2</spark.jackson.version>
+ <spark.jackson.version>2.18.2</spark.jackson.version>
</properties>
<dependencies>