This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 5798c22bc ORC-1900: Upgrade `Jackson` to 2.18.2 in bench module
5798c22bc is described below
commit 5798c22bce4c741664a2a349f7acb8ef3431517d
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]>
(cherry picked from commit 2318ecb57c97855441e7f0679008a4eb20b91591)
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 e264966c7..86dfd7cb6 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>